1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Adds NSE script to extract info from HP iLO servers. Closes #1082 and #1016

This commit is contained in:
paulino
2019-04-08 15:35:36 +00:00
parent 8962c827e1
commit d014a474dc
3 changed files with 123 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ Entry { filename = "http-gitweb-projects-enum.nse", categories = { "discovery",
Entry { filename = "http-google-malware.nse", categories = { "discovery", "external", "malware", "safe", } }
Entry { filename = "http-grep.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-headers.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-hp-ilo-info.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-huawei-hg5xx-vuln.nse", categories = { "exploit", "vuln", } }
Entry { filename = "http-icloud-findmyiphone.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "http-icloud-sendmsg.nse", categories = { "discovery", "external", "safe", } }