Results 1 to 6 of 6

Thread: HID Attack Issues [Android-PIN-Bruteforce]

  1. #1
    Join Date
    2022-Jul
    Posts
    3

    HID Attack Issues [Android-PIN-Bruteforce]

    Hi, firstly I apologize if my topic maybe off but since it's part of using nethunter thought of giving it a shot to see if anyone can help me with my debugging.

    I'm using Google Pixel 2 XL with nethunter-2022.1-generic-arm64 installed on said device. I have the package of android-pin-bruteforce in the device as well.

    Well, apparently the errors I always get is;
    1. usb-devices script failed. Return code 1. (Been trying to make sense of this but still can't)
    2. Permission denied for keyboard (Tried chmod a+x, 755, 777 but nothing works as permission not updated)
    3. File/directory doesn't exist when it clearly does

    Attached some screenshot for reference. Any advice is appreciated.

    https://user-images.githubusercontent.com/64389552/176118437-a10ff30c-8573-43a0-92b2-973d2374b72b.png

    https://user-images.githubuserconten...007ee2ead6.png

    https://user-images.githubuserconten...5dae25f2f6.png

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Look at the 'permissions' on your 'file'

    it is a symlink only, as shown by the l as the first letter..

    If it was a directory it would be a d..

    If it was an actual file then no letter would be in first position at all..

    you need to create the file first..

    touch /system/bin/setprop

  3. #3
    Join Date
    2022-Jul
    Posts
    3
    Thanks for the response. I've tried but was unable to as the system is read only file system.

    I've tried to remount too but was unable too.

    At this point, I'm just lost and adrift...

  4. #4
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    try with sudo..

    sudo touch /system/bin/setprop

  5. #5
    Join Date
    2022-Jul
    Posts
    3
    Hey thanks for the suggestions.

    However, trust me when i say I've tried all methods including Sudo. Apparently the partition is read only. I have tried to remount the partition but only to met with repetitive failure. I'm not sure if my partition is corrupted or just a permission issue though.

  6. #6
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    do you have a rooted device, does sound like permissions issue but you have to set permissions in bootloader..

Similar Threads

  1. Kali Android Rootless upgrade issues.
    By sevrajxt in forum NetHunter General Questions
    Replies: 2
    Last Post: 2022-07-23, 16:16
  2. External USB wifi adapter on android issues
    By francesco96 in forum ARM Archive
    Replies: 2
    Last Post: 2015-11-06, 22:59
  3. HID Keyboard attack issues
    By ahkarhul in forum NetHunter General Questions
    Replies: 1
    Last Post: 2014-11-18, 06:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •