Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
AdbNet — Una herramienta que te permite buscar dispositivos Android vulnerables en todo el mundo y explotarlos. | Kitploit
Herramientas/GitHubGitHub/0x1ca3/adbnet
Seguridad AndroidReconocimientoExplotaciónRecopilación de InformaciónPost-ExplotaciónPruebas de PenetraciónSeguridad Móvil
GitHub0x1ca3/adbnet

AdbNet

Una herramienta que te permite buscar dispositivos Android vulnerables en todo el mundo y explotarlos.

Ver Repositorio
43376hace 4 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir


adb - Una herramienta de explotación para dispositivos Android.

Una herramienta que te permite buscar dispositivos Android vulnerables en todo el mundo y explotarlos.

Version

Características

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]

Obteniendo las claves API necesarias

Crea una cuenta en censys.io y luego ve a la página de tu cuenta para obtener tu api_id y api_secret gratuitos, y abre 'adbnet.py' y edita tu api id y api key aquí:

image

Crea una cuenta en shodan.io y ve a tu cuenta para obtener tu clave API gratuita. Una vez que la tengas copiada, abre 'adbnet.py' y edita tu clave API aquí: image

Tutorial simple

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.

Instalación/Cómo ejecutar

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>

Capturas de pantalla

image image

Créditos

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

Contribuciones 🎉

Todas las contribuciones son aceptadas, simplemente abre un Issue o Pull request.
Descargar herramienta