Coder Social home page Coder Social logo

k3ystr0k3r / droidsniper Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 13 KB

DroidSniper - Misconfigured Android Debug Bridge Scanner

Python 100.00%
access android android-debug-bridge devices misconfiguration misconfigurations recon reconnaissance remote-code-execution scanner unauthenticated

droidsniper's Introduction

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. ๐Ÿ›ก๏ธ

Features ๐ŸŒŸ

  • Scan Network: Rapidly scans networks for devices with open ADB ports. ๐Ÿ”
  • Misconfiguration Detection: Identifies devices with ADB configured without authentication, highlighting potential security risks. โš ๏ธ

Connect to your target ๐ŸŽฏ

Below are the steps to connect to your target when it doesn't have an Auth method for the ADB protocol.

Initial Steps

  1. Install adb: sudo apt install adb ๐Ÿ’ป

  2. Enable ADB listener TCP/IP:

    • Switch ADB to TCP/IP mode: adb tcpip 5555 ๐Ÿ”Œ
  3. Connect To Target:

    • Obtain your IP address or target. ๐ŸŽฒ
    • Connect to your device or target: adb connect <device-ip-address>:5555 ๐Ÿ–‡๏ธ
    • Confirm with adb devices โœ…
    • Get shell: adb shell ๐Ÿš

Security Tips ๐Ÿ”

  • Secure Network: Use a secure, trusted network for TCP/IP connections. ๐ŸŒ
  • Disable ADB Over Network After Use: Execute adb usb to revert to USB-only mode, closing the TCP/IP connection and enhancing security. ๐Ÿ”’

Disclaimer ๐Ÿ“

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. ๐Ÿšซ

droidsniper's People

Contributors

k3ystr0k3r avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

l4feer

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.