urbanadventurer / Android-PIN-Bruteforce

Unlock an Android phone (or device) by bruteforcing the lockscreen PIN. Turn your Kali Nethunter phone into a bruteforce PIN cracker for Android devices! (no root, no adb)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10,000 pins were successfully tried and the correct pin was not found.

Y-afes opened this issue · comments

Locked phone puts on hold for 59 seconds every 5 wrong attempts.
Nethunter works fine on my friend Davinci, I tried the 4-digit optimized pin list to the end but it couldn't find the right pin.
Here is my config.default file;

PROGRESSIVE_ARRAY_ATTEMPT_COUNT__________=(10000 )
PROGRESSIVE_ARRAY_ATTEMPTS_UNTIL_COOLDOWN=(5)
PROGRESSIVE_ARRAY_COOLDOWN_IN_SECONDS____=(59 59 59)

KEYS_BEFORE_EACH_PIN="escape enter"
KEYS_AFTER_EACH_PIN="enter"

Untitled.1.mp4

bro are you root?

yes i am root

is there any unrooted? to HID Augh i want to bruteforce my device

Hey bro Try to customize pin

Bro I tried the private pin test, the correct pin was not found, I wonder if the device does not accept the correct pin in every 5 attempts, so does it need to restart the device, then why give a 59 second wait time?

Do this try bruteforcing like for example:0001 next time 1minute or 2mins idk 0002 so it wont try attempt but it takes too long or

There are multiple possible reasons why this did not work:

  1. The correct PIN was attempted but something was wrong:
    a. The delay of 59 seconds may not be long enough and the first digit of a PIN was not received by the locked phone. Change the delay to 60 or 61 seconds and try again.
    b. A popup appeared and KEYS_BEFORE_EACH_PIN="escape enter" did not remove it.
    c. The phone received the correct PIN but did not honour it. You may need to reboot the locked phone after a threshold of incorrect attempts.

  2. The correct PIN is not 4 digits. Perhaps it is 5 or 6 digits.