F5批量扫描器和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
文件应为每行一个单一IP地址,例如:
192.168.0.1
192.168.0.2
192.168.0.3
python3 f5_scanner.py --file file_with_ips.txt