
Arista NGFW의 정보 노출을 안전하게 테스트하세요
Bishop Fox의 Arista NGFW CVE-2025-6980 스캐너
이 취약점에 대한 자세한 내용은 Bishop Fox 블로그를 참조하세요.
git clone https://github.com/BishopFox/CVE-2025-6980-check
cd CVE-2025-6980-check
python3 -m pip install requests
python3 scan.py http[s]://[TARGET]
# 취약한 대상
$ python3 scan.py https://example1.com
[*] Testing https://example1.com
[!] Target is VULNERABLE - update immediately!
# 영향을 받지 않는 대상
$ python3 scan.py https://example2.com
[*] Testing https://example2.com
[+] Target is not affected
# 유효하지 않은 대상
$ python3 scan.py https://example3.com
[*] Testing https://example3.com
[-] Target does not appear to be Arista NGFW
이 코드는 MIT 라이선스 하에 배포됩니다.