SIGUrger / FlipperZeroBadusb

Repo of badusb scripts I made
5 stars 1 forks source link

pin bruteforce #2

Open technikekb opened 1 year ago

technikekb commented 1 year ago

Every 10 attempts to enter a password should be delayed by 31000 milliseconds. Because the phone sets a timer after 10 unsuccessful entry attempts for 30 seconds EXAMPLE: DELAY 500 STRING 1234 ENTER DELAY 500 STRING 4321 ENTER DELAY 500 STRING 1111 ENTER DELAY 500 STRING 2222 ENTER DELAY 500 STRING 3333 ENTER DELAY 500 STRING 8080 ENTER DELAY 31000

STRING 4444 ENTER DELAY 500 STRING 5555 ENTER DELAY 500 STRING 6666 ENTER DELAY 500 STRING 7777 ENTER DELAY 500 STRING 8888 ENTER DELAY 500 STRING 0088 ENTER DELAY 31000

SIGUrger commented 1 year ago

I have already added this something wrong?