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
f5scan — CVE-2020-5902 scanner for F5 BIG-IP with Shodan host discovery, LFI file reading, and remote command execution capabilities. | Kitploit
Tools/GitHubGitHub/halencarjunior/f5scan
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation Gathering
GitHubhalencarjunior/f5scan

f5scan

CVE-2020-5902 scanner for F5 BIG-IP with Shodan host discovery, LFI file reading, and remote command execution capabilities.

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

f5scan

F5 BIG IP Scanner for CVE-2020-5902 by bt0

More information about the Vulnerability: https://support.f5.com/csp/article/K52145254?sf235665517=1

License: GPL v3

Requirements:

  • python3+

  • shodan

  • colorama

  • urlopen

  • pyOpenSSL

    • $ pip3 install -r requirements

Options

root@kitploit:~
-h, --help            show this help message and exit
-H HOST, --host HOST  IP or Hostname of target
-p PORT, --port PORT  Port of target. Default=443
-hl HOSTLIST, --hostlist HOSTLIST
                      Use a hosts list e.g. ./hosts.txt
-s, --shodan          Search for hosts in Shodan (Needs api key)
-e, --exploit         exploit target
-c COMMAND, --command COMMAND
                      command to execute
-lf LFI, --lfi LFI    File to read using LFI Vulnerability
--version             show program's version number and exit
Download Tool