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-2020-5902-Scanner — Automated script for F5 BIG-IP scanner (CVE-2020-5902) using hosts retrieved from Shodan API. | Kitploit
Tools/GitHubGitHub/aqhmal/cve-2020-5902-scanner
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubaqhmal/cve-2020-5902-scanner

CVE-2020-5902-Scanner

Automated script for F5 BIG-IP scanner (CVE-2020-5902) using hosts retrieved from Shodan API.

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

CVE-2020-5902-Scanner

Automated script for F5 BIG-IP scanner (CVE-2020-5902) using hosts retrieved from Shodan API. You must have a Shodan account to use this script. Click here if you don't have Shodan account.

Installation

  1. Install dependencies.
root@kitploit:~
# CentOS & Fedora
sudo yum install git python3 -y

# Ubuntu & Debian
sudo apt install git python3 python3-pip -y
  1. Clone repository & install python3 module
root@kitploit:~
git clone https://github.com/aqhmal/CVE-2020-5902-Scanner.git
cd CVE-2020-5902-Scanner/
pip3 install -r requirements.txt
  1. Add your Shodan API key
root@kitploit:~
# Shodan API Key (change according to your Shodan API key)
api_key = ''
# Shodan search query
search_query = 'http.title:"BIG-IP®- Redirect"'

Usage

root@kitploit:~
python3 scanner.py

DISCLAIMER

This script is only for penetration testing and security research, I will not be responsible if you use it for illegal activities.

Download Tool