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/pushpenderindia/cve-2020-5902-scanner
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationSubdomain Enumeration
GitHubpushpenderindia/cve-2020-5902-scanner

CVE-2020-5902-Scanner

Automated F5 Big IP Remote Code Execution (CVE-2020-5902) Scanner Written In Python 3

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
12744 years agoNot yet reviewed

CVE-2020-5902-Scanner

Automated F5 Big IP Remote Code Execution (CVE-2020-5902) Scanner Written In Python 3

Vulnerability Description

F5 released a Critical Remote Code Execution vulnerability (CVE-2020-5902) on 30th June 2020 that affects several versions of Big IP. Attacker can easily exploit RCE & LFI present in TMUI (Traffic Management User Interface) in undisclosed pages.

In short, it is a varient of Remote Code Execution & Local File Inclusion Vulnerability which has a CVSS Score 10.

Installation

root@kitploit:~
# For Windows
$python -m pip install requests

# OR

# For Linux
$ sudo apt-get install python3-pip
$ sudo pip3 install requests   

Usage

Ideal Target For This Script: google.com

Don't Give These Type of target: https://google.com or http://google.com

root@kitploit:~
# For Windows
$ python CVE-2020-5902.py 

# For Linux
$ python3 CVE-2020-5902.py 

Use cases

root@kitploit:~
# Enumeration Subdomain Using Sublist3r
$ python sublist3r.py -d google.com -o google.com.txt

# Giving This Subdomain List to CVE-2020-5902.py
$ python CVE-2020-5902.py
Download Tool