WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

BishopFox/CVE-2025-6980-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Arista NGFW Sensitive Information Disclosure Check

Arista NGFW CVE-2025-6980 scanner by Bishop Fox

  • Tests a target for info disclosure CVE-2025-6980
  • Does not perform any administrative actions on the target

For more information about this vulnerability, refer to the Bishop Fox blog.

Setup

git clone https://github.com/BishopFox/CVE-2025-6980-check
cd CVE-2025-6980-check
python3 -m pip install requests

Usage

python3 scan.py http[s]://[TARGET]

Examples

# 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

License

This code is distributed under an MIT license.

About

Safely test Arista NGFW for information disclosure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages