
Automatisierter F5 Big IP Remote Code Execution (CVE-2020-5902) Scanner geschrieben in Python 3
Automatisierter F5 Big IP Remote Code Execution (CVE-2020-5902) Scanner, geschrieben in Python 3
F5 hat am 30. Juni 2020 eine kritische Remote Code Execution-Schwachstelle (CVE-2020-5902) veröffentlicht, die mehrere Versionen von Big IP betrifft. Angreifer können die in TMUI (Traffic Management User Interface) vorhandene RCE & LFI in nicht offengelegten Seiten leicht ausnutzen.
Kurz gesagt, es handelt sich um eine Variante der Remote Code Execution & Local File Inclusion-Schwachstelle mit einem CVSS-Score von 10.
# For Windows
$python -m pip install requests
# OR
# For Linux
$ sudo apt-get install python3-pip
$ sudo pip3 install requests
Ideales Ziel für dieses Skript: google.com
Geben Sie nicht diese Art von Ziel an: https://google.com oder http://google.com
# For Windows
$ python CVE-2020-5902.py
# For Linux
$ python3 CVE-2020-5902.py
# 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