mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
o [NSE] Added the afp-serverinfo script that gets a hostname, IP
addresses, and other configuration information from an AFP server. The script, and a patch to the afp library, were originally contributed by Andrew Orr and were subsequently enhanced by Patrik and David. I added an @output section to the script and made it hex-encode a binary string for the sever signature (previous versions of the afp patch did the hex-encoding in the library, but I thought it was better to do it in the script.)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Entry { filename = "afp-brute.nse", categories = { "auth", "intrusive", } }
|
||||
Entry { filename = "afp-path-vuln.nse", categories = { "safe", "vuln", } }
|
||||
Entry { filename = "afp-serverinfo.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "afp-showmount.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "asn-query.nse", categories = { "discovery", "external", "safe", } }
|
||||
Entry { filename = "auth-owners.nse", categories = { "default", "safe", } }
|
||||
|
||||
Reference in New Issue
Block a user