本工具受使用 Python 编写的类似工具 https://github.com/securitycipher/CVE-2023-24488 启发,使用 Golang 构建,并对其 Python 版本进行了改进。该工具用于检测 CVE-2023-24488。
安装请执行以下命令
λ ~ git clone https://github.com/LazyySec/CVE-2023-24488.git
λ ~ cd CVE-2023-24488
λ CVE-2023-24488 git:(main) go build CVE-2023-24488.go
运行工具请执行以下命令
λ CVE-2023-24488 git:(main) ✗ ./CVE-2023-24488 --help
Develop By: LazySec
Usage of ./CVE-2023-24488:
-f string
File containing list of URLs/IPs
-o string
Output file to save vulnerable IPs
-u string
Single URL/IP to check vulnerability
谢谢,希望你喜欢使用这个工具 :)