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
refresh — CVE-2022-1388 - F5 Router RCE Replica | Kitploit
Tools/GitHubGitHub/battleofthebots/refresh
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubbattleofthebots/refresh

refresh

CVE-2022-1388 - F5 Router RCE Replica

View Repository
22 years 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

Refresh

This container emulates the vulnerable functionality of CVE-2022-1388 in an F5 Router allowing RCE. CVE-202201388 stems from a complicated relationship between different authentication mechanisms and broxying that stripped Headers allowing improper access to admin endpoints in the webapp. Competitors must use their bot to send a web request exploiting this flaw.

Building

root@kitploit:~
docker build -t refresh .

Running

root@kitploit:~
docker run -p 80:80 refresh

Exploiting

root@kitploit:~
python3 exploit.py -u http://localhost -t

References

  • https://www.randori.com/blog/vulnerability-analysis-cve-2022-1388/
Download Tool