一个简单的Python工具,自动执行Shodan搜索并过滤目标IP/域名,以识别在Next.js部署中可能受CVE-2025-29927影响的资产。
提取IP和域名
python3 nextjs-CVE-2025-29927-hunter.py -t target.com
仅提取域名
python3 nextjs-CVE-2025-29927-hunter.py -t target.com -dom
仅提取IP
python3 nextjs-CVE-2025-29927-hunter.py -t target.com -ip

git clone https://github.com/darklotuskdb/nextjs-CVE-2025-29927-hunter.git && cd nextjs-CVE-2025-29927-hunter && chmod +x *.py && chmod +x *.sh
./install.sh
BuyMeACoffee 如果你喜欢我的工作 <3