Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
AdbNet — Uma ferramenta que permite pesquisar dispositivos android vulneráveis em todo o mundo e explorá-los. | Kitploit
Ferramentas/GitHubGitHub/0x1ca3/adbnet
Segurança AndroidReconhecimentoExploraçãoColeta de InformaçõesPós-ExploraçãoTestes de PenetraçãoSegurança Móvel
GitHub0x1ca3/adbnet

AdbNet

Uma ferramenta que permite pesquisar dispositivos android vulneráveis em todo o mundo e explorá-los.

Ver Repositório
43376há 4 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar


adb - Uma ferramenta de exploração para dispositivos Android.

Uma ferramenta que permite procurar dispositivos Android vulneráveis em todo o mundo e explorá-los.

Version

Funcionalidades

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]

Obtendo as chaves de API necessárias

Crie uma conta no censys.io, depois vá para a página da sua conta e obtenha sua api_id e api_secret gratuitas e abra 'adbnet.py' e edite sua api id e api key aqui:

image

Crie uma conta no shodan.io e vá para sua conta para obter sua chave de API gratuita, depois de copiá-la, abra 'adbnet.py' e edite sua chave de API aqui: image

Tutorial Simples

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.

Instalação/Como Executar

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 Tela

image image

Créditos

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

Contribuições 🎉

Todas as contribuições são aceitas, basta abrir uma Issue / Pull request.
Baixar ferramenta