
Next.js CVE-2025-29927 Hunter
A simple Python tool that automates Shodan searches and filters target IPs/domains to identify assets potentially vulnerable to CVE-2025-29927 in Next.js deployments.
Extract both IPs and domains
python3 nextjs-CVE-2025-29927-hunter.py -t target.com
Only extract domains
python3 nextjs-CVE-2025-29927-hunter.py -t target.com -dom
Only extract IPs
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 If you like my work <3