
F5 대량 스캐너 및 CVE-2020-5902 확인기
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