
Scanner em massa F5 e verificador de CVE-2020-5902
Scanner em massa F5 e verificador de 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
o arquivo deve conter um IP por linha, exemplo:
192.168.0.1
192.168.0.2
192.168.0.3
python3 f5_scanner.py --file file_with_ips.txt