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
f5_rce_poc — cve-2021-22986 f5 rce 漏洞批量检测 poc | Kitploit
Tools/GitHubGitHub/s1xhcl/f5_rce_poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubs1xhcl/f5_rce_poc

f5_rce_poc

cve-2021-22986 f5 rce 漏洞批量检测 poc

View Repository
2745 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Usage

root@kitploit:~
python3 f5_rce.py 

-u 指定目标URL
-f 批量检测文件
-c 执行命令
-s/--ssrf 通过ssrf获得token执行命令

The effect is as shown below:

root@kitploit:~
python3 f5_rce.py -u 127.0.0.1 --ssrf

After executing the command, enter exit to exit

PS: The output is not elegant enough, I will modify it 😁

Future

Updates:

  • Fixed some command execution exceptions
  • Added SSRF to obtain Token for executing commands

1. Regex matching, beautify output

2. Update other POC exploitation methods

References

  • POC link
  • How script kiddies reproduce the vulnerability (CVE-2021-22986) and implement batch exploitation
  • CVE-2021-22986
Download Tool