FlyFar

config.default

Jul 29th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | Cybersecurity | 0 0
  1. # Android-PIN-Bruteforce
  2. # Configuration File
  3.  
  4. # Resume
  5. # by default do not resume
  6. RESUME_FROM_PIN=
  7.  
  8. # Input and Output
  9. LOG=bruter.log
  10. PIN_LIST=pinlist.txt
  11.  
  12. # Timing
  13. DELAY_BETWEEN_KEYS=0.1
  14. COOLDOWN_TIME=30
  15. COOLDOWN_AFTER_N_ATTEMPTS=5
  16.  
  17. # Exiting
  18. EXIT_AFTER_FAIL_COUNT=15
  19.  
  20. # Operating System Environment
  21. KEYBOARD_DEVICE=/dev/hidg0
  22. HID_KEYBOARD=/system/xbin/hid-keyboard
  23.  
  24. # Defaults
  25. PIN_TYPE=PIN
  26. PIN_LENGTH=4
  27. DRY_RUN=0
  28. VERBOSE=0
Add Comment
Please, Sign In to add comment