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

How are errors in the check diagnosis report resolved Returned 127

sunyiyi1226 opened this issue · comments

How are errors in the check diagnosis report resolved Returned 127

To Reproduce
shell

  1. bash ./android-pin-bruteforce diag(kali shell)
    Screenshot_2021-08-25-16-53-06-245_com offsec nhterm

  2. est sending keys from the terminal(kali shell)
    echo a | /system/xbin/hid-keyboard /dev/hidg0 keyboard
    return:bash: /system/xbin/hid-keyboard:No such file or directory
    kalishell

  3. est sending keys from the terminal(ANDROIDSU)
    echo a | /system/xbin/hid-keyboard /dev/hidg0 keyboard
    Results the correct
    echo

  4. Kali Nethunter has been installed correctly.How are errors in the check diagnosis report resolved。Cannot run the script now

my device Xiaomi 9
配置

How are errors in the check diagnosis report resolved Returned 127

  1. est sending keys from the terminal(ANDROIDSU)
    echo a | /system/xbin/hid-keyboard /dev/hidg0 keyboard
    Results the correct
    echo
  2. Kali Nethunter has been installed correctly.How are errors in the check diagnosis report resolved。Cannot run the script now

I can confirm this. It works in SuperSU (sending keys) but "echo a | /system/xbin/hid-keyboard /dev/hidg0 keyboard" in kali results in an error .

Report it over at our GitLab project page
Kali NetHunter