
DroidSniper - Misconfigured Android Debug Bridge Scanner
This tool, DroidSniper, is designed to detect misconfigured Android Debug Bridge (ADB) protocols on Android devices. These devices are vulnerable to unauthorized access via ADB due to misconfiguration. By scanning for ADB instances lacking proper authentication, security teams can identify and mitigate potential vulnerabilities, safeguarding devices against unauthorized access. 🛡️
Below are the steps to connect to your target when it doesn't have an Auth method for the ADB protocol.
Install adb: sudo apt install adb 💻
Enable ADB listener TCP/IP:
adb tcpip 5555 🔌Connect To Target:
adb connect <device-ip-address>:5555 🖇️adb devices ✅adb shell 🐚adb usb to revert to USB-only mode, closing the TCP/IP connection and enhancing security. 🔒The use of the DroidSniper tool should be limited to testing, research, and educational purposes only. I am not responsible for any misuse or damage caused by this tool. Ensure you have explicit permission to test devices and networks with DroidSniper. Unauthorized access to devices and networks is illegal and unethical. 🚫