1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Put http-generator in default.

This commit is contained in:
david
2012-01-12 19:45:13 +00:00
parent 1a9700019f
commit 541091eed1
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Displays the contents of the "generator" meta tag if there is one.
author = "Michael Kohl"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery", "safe"}
categories = {"default", "discovery", "safe"}
---
-- @usage

View File

@@ -106,7 +106,7 @@ Entry { filename = "http-email-harvest.nse", categories = { "discovery", "safe",
Entry { filename = "http-enum.nse", categories = { "discovery", "intrusive", "vuln", } }
Entry { filename = "http-favicon.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "http-form-brute.nse", categories = { "brute", "intrusive", } }
Entry { filename = "http-generator.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-generator.nse", categories = { "default", "discovery", "safe", } }
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", } }