
CVE-2025-30208-EXP 任意のファイル読み取り
Vite CVE-2025-30208 の脆弱性を検出する自動化ツール。バッチスキャンと結果保存に対応しています。
git clone https://github.com/marino-admin/Vite-CVE-2025-30208-Scanner.git
cd Vite-CVE-2025-30208-Scanner
依存関係をインストール:
pip install -r requirements.txt
python scanner.py -u http://example.com
python scanner.py -f targets.txt -t 20
python scanner.py -f targets.txt --proxy http://127.0.0.1:8080
body="/@vite/client"
| パラメータ | 説明 | サンプル値 |
|---|
| -u | 単一ターゲットURL | http://example.com |
| -f | ターゲットリストファイル | targets.txt |
| -t | 同時スレッド数(デフォルト10) | 20 |
| --proxy | プロキシサーバ | http://127.0.0.1:8080 |
| --path | カスタム検出パス(デフォルト/etc/passwd) |