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-2022-1388 — This repository consists of the python exploit for CVE-2022-1388 (F5's BIG-IP Authentication Bypass to RCE) | Kitploit
Tools/GitHubGitHub/omnigodz/cve-2022-1388
Authentication & AuthorizationExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubomnigodz/cve-2022-1388

CVE-2022-1388

This repository consists of the python exploit for CVE-2022-1388 (F5's BIG-IP Authentication Bypass to RCE)

View Repository
14 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

CVE-2022-1388

This repository conssists of the python exploit code for CVE-2022-1388( F5's BIG-IP RCE)

usage: exploit.py [-h] -t TARGET -p PORT -c CMD [--ssl]

options:
-h, --help show this help message and exit
-t TARGET, --target TARGET Specify the IP Address/Domain Name of the vulnerable server
-p PORT, --port PORT Specify port number of the vulnerable server
-c CMD, --cmd CMD Specify the command that you want to execute
--ssl Specify this optional argument if the server uses ssl

Example - For a webserber that uses HTTPS and runs on port 8443 at 192.168.0.13
./exploit.py -t 192.168.0.13 -p 8443 -c 'id' --ssl

For a webserver that uses HTTP and runs on port 1346 at 192.168.0.13
./exploit.py -t 192.168.0.13 -p 1346 -c 'id'

Download Tool