Coder Social home page Coder Social logo

Comments (22)

apertureless avatar apertureless commented on July 18, 2024 3

Try copying /data/data/com.offsec.nethunter/files/scripts/bin/hid-keyboard to /system/xbin/ using any root explorer. Worked for me in oneplus nord.

For /system partition read-only error use custom os. Nowadays by default all OS comes by read-only portion for /system.

Well does not work for me on Nethunter for OnePlus 3, because /system/ is read-only.

But you can copy the hid-keyboard to another location and it will work.

I first copied it with root terminal from /data/data/com.offsec.nethunter/files/scripts/bin/hid-keyboard to /mnt/sdcard/Downloads.

And then in Kali chroot terminal I copied it from /sdcard/Downloads/ to /opt/
If you run into permission erros make sure it is executeable.

chmod +x /opt/hid-keyboard

Then just edit the config file vim /opt/Android-Pin-Bruteforce/config and change the location of hid-keyboard to /opt/hid-keyboard.

And it should work.

from android-pin-bruteforce.

urbanadventurer avatar urbanadventurer commented on July 18, 2024 2

Could you try editing the config file to include the following line:

HID_KEYBOARD=/data/data/com.offsec.nethunter/files/scripts/bin/hid-keyboard

I could guess that the difference between the Android terminal and Kali terminal is the PATH variable. You could check this with echo $PATH.

from android-pin-bruteforce.

urbanadventurer avatar urbanadventurer commented on July 18, 2024 2

If the latest version of NetHunter has changed the installed location of hid-keyboard then I will need to change my script. In the meantime you could try these commands from the Android terminal as the root user:

su
mkdir -p /system/xbin/
cp /data/data/com.offsec.nethunter/files/scripts/bin/hid-keyboard /system/xbin/hid-keyboard
chmod 755 /system/xbin/hid-keyboard
exit

from android-pin-bruteforce.

shadowctrl avatar shadowctrl commented on July 18, 2024 1

Try copying /data/data/com.offsec.nethunter/files/scripts/bin/hid-keyboard to /system/xbin/ using any root explorer. Worked for me in oneplus nord.

For /system partition read-only error use custom os. Nowadays by default all OS comes by read-only portion for /system.

from android-pin-bruteforce.

urbanadventurer avatar urbanadventurer commented on July 18, 2024

Are you using an official release of NetHunter from https://www.kali.org/get-kali/#kali-mobile ?

Try this command to test whether you have the file but it was installed at an alternative location:

find / -name hid-keyboard 2>/dev/null

Note that if you are using NetHunter Lite or NetHunter Rootless you won't have HID support, which is required for that file.

image

from android-pin-bruteforce.

ErSeraph avatar ErSeraph commented on July 18, 2024

Yes, I have full Nethunter release official, my phone appear in the list.

I can actually use hid functions with official Nethunter App and an app called USB Keyboard from Nethunter Store.

I actually found a hid-keyboard file using Android terminal (so not Kali terminal) in /data/data/com.offsec.nethunter/files/scripts/bin but I cant use it with Android-brute-force because is not the Kali terminal, but typeing "echo a | /data..." it work

from android-pin-bruteforce.

ErSeraph avatar ErSeraph commented on July 18, 2024

Can't do this, because Android-brute-force is downloaded in Kali terminal, and Kali cannot access Android internal data

from android-pin-bruteforce.

ErSeraph avatar ErSeraph commented on July 18, 2024

For personal reason I had to wipe, but I will try this when I can. I don't know if it will work, because even if I copy hid-keyboard in the new xbin folder, Android-brute cannot access that folder because your script is in kali terminal and not in Android terminal, and Kali cannot access in Android data. I will try anyway 👍

from android-pin-bruteforce.

urbanadventurer avatar urbanadventurer commented on July 18, 2024

I'm sorry but I don't understand why there is any difference between the two terminal apps. Are you using the root user account?

I may have to install the latest version of NetHunter to know what you are experiencing.

from android-pin-bruteforce.

ErSeraph avatar ErSeraph commented on July 18, 2024

Android contains Kali's data.
Android contains hid-keyboard file.
Kali contains /dev/hidgX.
Android-PIN-bruteforce is downloaded in Kali (/home/kali/Desktop/)

As Kali contained IN Android, Kali cannot go up and reach the hid-keyboard file, with Kali I cannot literally go behind the home folder and reach hid-keyboard.

With Android I can go in /data/local/nh system/kalifs/home/kali/Desktop/Android-PIN... but cannot execute the script

from android-pin-bruteforce.

ErSeraph avatar ErSeraph commented on July 18, 2024

Sorry if this is difficult, Im not even good with English, its not easy

from android-pin-bruteforce.

urbanadventurer avatar urbanadventurer commented on July 18, 2024

There are lots of people in the world who do not speak English as their native language. I'm happy that you want to try my code.

from android-pin-bruteforce.

ErSeraph avatar ErSeraph commented on July 18, 2024

Cannot copy, for error "Read-only file system"

from android-pin-bruteforce.

Wahaj787 avatar Wahaj787 commented on July 18, 2024

I can help you with this erro :-)

from android-pin-bruteforce.

rdtm443 avatar rdtm443 commented on July 18, 2024

I can help you with this erro :-)

I have exactly the same error as OT, on Mi 9T Pro, mind helping me please (hidg0 and hidg1 are available, but hid-keyboard is not found)? :)

from android-pin-bruteforce.

Wahaj787 avatar Wahaj787 commented on July 18, 2024

I can help you with this erro :-)

I have exactly the same error as OT, on Mi 9T Pro, mind helping me please (hidg0 and hidg1 are available, but hid-keyboard is not found)? :)

Test me on telegram @dunno_whoami

from android-pin-bruteforce.

MasternodeBrasil avatar MasternodeBrasil commented on July 18, 2024

Any Solution for hid-keyboard out of reach?

Just copying it to /system/xbin/hid-keyboard doesn't work for me, I have numbers printed on the terminal nothing else and typed into adnroid

from android-pin-bruteforce.

CydeSwype avatar CydeSwype commented on July 18, 2024

For me I solved this by changing the path to /system/bin/hid in the config file.

Err, nevermind, this just results in a different error. The hid-keyboard file doesn't appear to be anywhere in this distro. Like the others, the USB keyboard app works perfectly, sending key strokes remotely. I just can't get this script to work because hid-keyboard isn't present. Any workaround to have it go through the same interface as whatever USB keyboard uses?

from android-pin-bruteforce.

Naster17 avatar Naster17 commented on July 18, 2024

How can I use/run this binary from chroot. During normal startup, an error is generated that the file was not found, although it is located. ./hid-keyboard

Please don't say anything right now. Check the path where you started it. Is there support for HID and blah blah blah. I have it all and it works. I need to run this binary from chroot. That's why I'm asking you because the usual methods don't work.

from android-pin-bruteforce.

ente0v1 avatar ente0v1 commented on July 18, 2024

Yes, I have full Nethunter release official, my phone appear in the list.

I can actually use hid functions with official Nethunter App and an app called USB Keyboard from Nethunter Store.

I actually found a hid-keyboard file using Android terminal (so not Kali terminal) in /data/data/com.offsec.nethunter/files/scripts/bin but I cant use it with Android-brute-force because is not the Kali terminal, but typeing "echo a | /data..." it work

Could you please send me the executable file? Because I didn't find it on my Nothing Phone NetHunter

from android-pin-bruteforce.

Lucifer-cm avatar Lucifer-cm commented on July 18, 2024

I am using kali linux in vm there i cant find the hid-keyboard path can you help me to locate it

from android-pin-bruteforce.

vsa77 avatar vsa77 commented on July 18, 2024

I am using kali linux in vm there i cant find the hid-keyboard path can you help me to locate it

It's located in a forum dedicated to Kali Linux.

We are discussing Kali Nethunter, which runs on Android.

from android-pin-bruteforce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.