
Scanner di massa F5 e verificatore per CVE-2020-5902
Scanner di massa per F5 e checker per CVE-2020-5902
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install -r requirements.txt
python3 f5_scanner.py --ip 192.168.1.1
python3 f5_scanner.py --cidr 192.168.0.0/24
il file deve contenere un singolo indirizzo IP per riga, ad esempio:
192.168.0.1
192.168.0.2
192.168.0.3
python3 f5_scanner.py --file file_with_ips.txt