
اختبر جدار الحماية من الجيل التالي Arista بأمان للكشف عن تسرب المعلومات
ماسح ضوئي لـ CVE-2025-6980 لجدار الحماية Arista NGFW من Bishop Fox
لمزيد من المعلومات حول هذه الثغرة، راجع مدونة 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]
# Vulnerable target
$ python3 scan.py https://example1.com
[*] Testing https://example1.com
[!] Target is VULNERABLE - update immediately!
# Unaffected target
$ python3 scan.py https://example2.com
[*] Testing https://example2.com
[+] Target is not affected
# Invalid target
$ python3 scan.py https://example3.com
[*] Testing https://example3.com
[-] Target does not appear to be Arista NGFW
يتم توزيع هذا الكود بموجب ترخيص MIT.