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
Tools/GitHubGitHub/devengpk/cve-2022-1388
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubdevengpk/cve-2022-1388

CVE-2022-1388

Exploit and mass-check script for CVE-2022-1388 targeting F5 BIG-IP iControl REST unauthenticated remote command execution. Supports single host, command injection, and file-based scanning.

View Repository
223 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-Exploit

Exploit and Check Script for CVE 2022-1388

Usage

To Check against single host URL

root@kitploit:~
python3 exploit.py -v true -u target_url

To Attack host and test command on this host

root@kitploit:~
python3 exploit.py -a true -u target_url -c command 

Attack list of hosts or attaching file of host URL's IP

root@kitploit:~
python3 exploit.py -s true -f file

With the help of an input file, masscheck.py will determine whether any hosts are exploitable.

Detection:

Searching for the endpoint "/mgmt/tm/util/bash," which is probably in the web server logs. The impacted versions are listed below, and the fix is accessible here https://support.f5.com/csp/article/K23605346, or if you have an F5, go patch it.

Vulnerable Versions

  • BIG-IP versions 16.1.0 to 16.1.2 (Patch released)
  • BIG-IP versions 15.1.0 to 15.1.5 (Patch released)
  • BIG-IP versions 14.1.0 to 14.1.4 (Patch released)
  • BIG-IP versions 13.1.0 to 13.1.4 (Patch released)
  • BIG-IP versions 12.1.0 to 12.1.6 (End of Support)
  • BIG-IP versions 11.6.1 to 11.6.5 (End of Support)
Download Tool