Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
AdbNet — Ein Werkzeug, mit dem Sie weltweit nach anfälligen Android-Geräten suchen und diese ausnutzen können. | Kitploit
Tools/GitHubGitHub/0x1ca3/adbnet
Android-SicherheitAufklärungExploitationInformationsbeschaffungPost-ExploitationPenetrationstestsMobile Sicherheit
GitHub0x1ca3/adbnet

AdbNet

Ein Werkzeug, mit dem Sie weltweit nach anfälligen Android-Geräten suchen und diese ausnutzen können.

Repository anzeigen
4337620vor 5 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen


adb - Ein Exploitation-Tool für Android-Geräte.

Ein Tool, mit dem Sie weltweit nach angreifbaren Android-Geräten suchen und diese ausnutzen können.

Version

Features

root@kitploit:~
Features:
  - Post-Exploitation modules to control and tinker with the device you are connected to.
  - Scanners to search for vulnerable android devices across the world to exploit.
  - Options for managing how many devices you have connected.
  - Options for checking whether the devices you are connected to are online or offline.
  - IP-Lookup for retrieving information on a certain IP.
  - Options to dump the IP Addresses of the vulnerable android devices. [This makes your life easier so you dont have to find it yourself]

Erforderliche API-Schlüssel besorgen

Erstellen Sie ein Konto auf censys.io, gehen Sie dann zu Ihrer Kontoseite und holen Sie sich Ihren kostenlosen api_id- und api_secret-Schlüssel. Öffnen Sie 'adbnet.py' und tragen Sie Ihre API-ID und Ihren API-Schlüssel hier ein:

image

Erstellen Sie ein Konto auf shodan.io, gehen Sie zu Ihrem Konto und holen Sie sich Ihren kostenlosen API-Schlüssel. Sobald Sie ihn kopiert haben, öffnen Sie 'adbnet.py' und tragen Sie Ihren API-Schlüssel hier ein: image

Einfaches Tutorial

root@kitploit:~
First, run the 'dump shodan' or 'dump censy' (dump shodan is recommended) command to 
dump the IP addresses of the vulnerable devices.

Then, after you find an IP-address you want to try, run the 'connect' command and you will be prompted to enter
the target IP address, once you enter the target ip address, you will be prompter to enter the port. For the port,
you can try entering '5555' or '4444' since those are the most common ports. If you want, you can try finding the
specific port yourself, but it might take some time.

Now AdbNet will now try to connect to the vulnerable android device.
If it fails to connect, try another IP.

If you manage to connect to a device, now you can check if you are really connected by using the 'devices' command.

< Warning! > You can only be connected to one device at a time! To kill the sessions use the 'killall' command! < Warning! >

To open a shell and execute commands on the device, use the 'terminal' command.

To run post-exploitation modules, run the 'post' command for the post-exploitation menu to load. Then, you
can run any module you like.

REMEMBER: IF YOU WANT TO CONNECT TO A DIFFERENT DEVICE, RUN THE 'killall' COMMAND, AND REPEAT THE PROCESS AGAIN.

Installation/Wie man es ausführt

root@kitploit:~
sudo apt install pq
sudo apt install adb
pip3 install colorama
pip3 install requests
python3 adbnet.py or python adbnet.py or py adbnet.py

TIP: For people that are new to this, if you are having issues install a certain python module, just do this: pip3 install <modulename>

Screenshots

image image

Credits

root@kitploit:~
https://github.com/0x1CA3

Beiträge 🎉

Alle Beiträge sind willkommen, öffnen Sie einfach ein Issue / einen Pull Request.
Tool herunterladen