Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 590 Bytes

File metadata and controls

17 lines (9 loc) · 590 Bytes

nmap-scripts

repository containing some nmap scripts

download the script to the script folder "C:\Program Files (x86)\Nmap/scripts/" on Windows or /usr/share/nmap/scripts/ on some Linux

don't forget to update the db if you want the script to be registered as exploit category for example

nmap --script-updatedb

CVE-2024-3400 PANOS - GloablProtect RCE

Testing ETag value if older than 13.04.2024 (ETag = PANOS creation timestamp)

nmap --script http-panos-cve-2024-3400.nse -p 443 vpn.mycompany.com

More information in panos-scanner project (PR ongoing for new signatures)