
Shodan検索を自動化し、ターゲットIP/ドメインをフィルタリングして、Next.jsデプロイメントにおいてCVE-2025-29927の脆弱性がある可能性のあるアセットを特定するシンプルなPythonツールです。
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