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)
3.93k stars 720 forks source link

How are errors in the check diagnosis report resolved Returned 127 #96

Open sunyiyi1226 opened 3 years ago

sunyiyi1226 commented 3 years ago

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

sunyiyi1226 commented 3 years ago

my device Xiaomi 9 配置

SweetSophia commented 2 years ago

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 .

kimocoder commented 2 years ago

Report it over at our GitLab project page Kali NetHunter