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

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

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

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

工具目录

分类

查看所有分类
Loading categories
spill — CVE-2024-47176 的 POC 扫描器 | Kitploit
工具/GitHubGitHub/go0dspeed/spill
侦察漏洞扫描器网络映射漏洞利用渗透测试
GitHubgo0dspeed/spill

spill

CVE-2024-47176 的 POC 扫描器

查看仓库
7221年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Spill

用于快速扫描单个 IP / CIDR,以搜索 UDP 631 端口上 OpenPrinting CVE 2024-47176 的实用工具

此工具快速但简陋——不过对某些人可能有用。

漏洞利用部分被有意省略,因为该工具更侧重于扫描并向用户提供安全意识。

构建项目

root@kitploit:~
go build .

用法

root@kitploit:~
Usage:
  -dest string
    	IP address for callbacks
  -destport string
    	TCP port to listen on for HTTP callbacks (default "12345")
  -port string
    	Target UDP port (default "631")
  -target string
    	Target IP address, CIDR network, or filename to scan

示例(单个 IP)

root@kitploit:~
go run main.go -ip <target-ip> -port 631 -dest <your listening ip> -destport <your listening port>
OR
./spill -ip <target-ip> -port 631 -dest <your listening ip> -destport <your listening port>

示例(CIDR)

root@kitploit:~
go run main.go -target <target-range> -port 631 -dest <your listening ip> -destport <your listening port>
OR
./spill -target <target-range> -port 631 -dest <your listening ip> -destport <your listening port>

示例(包含 CIDR 网络的文件)

root@kitploit:~
go run main.go -target <path/to/target/file> -port 631 -dest <your listening ip> -destport <your listening port>
OR
./spill -target <path/to/target/file> -port 631 -dest <your listening ip> -destport <your listening port>

示例输出

root@kitploit:~
┌──(kali㉿kali-raspberry-pi)-[~/spill]
└─$ ./spill -target 10.1.80.0/24 -dest 10.110.123.74 -destport 9003

	  . .
	  .. . *.
- -_ _-__-0oOo
 _-_ -__ -||||)
    ______||||______
~~~~~~~~~~^""' Spill

2024/09/27 13:55:37 Starting HTTP server on port 9003...
Packet Progress 100% |████████████████████████████████████████|
2024/09/27 13:55:37 Received POST request: 10.1.80.89:56952
2024/09/27 13:55:37 Received POST request: 10.1.80.85:37606
下载工具