1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after

discussion on nmap-dev about how best to handle these.  I also updated the docs and
am about to regenerate script.db.  See this thread for more info:
http://seclists.org/nmap-dev/2009/q3/1008.html
This commit is contained in:
fyodor
2009-10-01 19:07:16 +00:00
parent 8dfb8af45e
commit fea1ab7c39
17 changed files with 19 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ server (your default DNS server, or whichever one you specified with the
author = "jah, Michael"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery", "external"}
categories = {"discovery", "external", "safe"}
runlevel = 1

View File

@@ -11,7 +11,7 @@ author = "Diman Todorov <diman.todorov@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"malware"}
categories = {"malware", "safe"}
require "comm"
require "shortport"

View File

@@ -6,7 +6,7 @@ author = "Diman Todorov <diman.todorov@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery"}
categories = {"discovery", "safe"}
require "comm"
require "shortport"

View File

@@ -64,7 +64,7 @@ author = "Ron Bowes <ron@skullsecurity.net>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "discovery"}
categories = {"default", "discovery", "intrusive"}
require 'bin'
require 'bit'

View File

@@ -6,7 +6,7 @@ author = "Eddie Bell <ejlbell@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "discovery"}
categories = {"default", "discovery", "safe"}
require "comm"
require "shortport"

View File

@@ -20,7 +20,7 @@ author = "Vlatko Kosturjak <kost@linux.hr>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "discovery"}
categories = {"default", "discovery", "safe"}
require "shortport"
require "http"

View File

@@ -22,7 +22,7 @@ author = "Ron Bowes <ron@skullsecurity.org>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery"}
categories = {"discovery", "safe"}
require "shortport"
require "http"

View File

@@ -24,7 +24,7 @@ author = "Ron Bowes <ron@skullsecurity.net>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"malware"}
categories = {"malware", "safe"}
require 'stdnse'
require 'http'

View File

@@ -19,7 +19,7 @@ author = "Kris Katterjohn <katterjohn@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery"}
categories = {"discovery", "safe"}
require "comm"
require "shortport"

View File

@@ -1,6 +1,6 @@
author = "jah <jah@zadkiel.plus.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery"}
categories = {"discovery", "intrusive"}
description = [[
Attempts to enumerate valid usernames on webservers running with the mod_userdir
module or similar enabled.

View File

@@ -15,7 +15,7 @@ any site-specific policy.
author = "Brandon Enright <bmenrigh@ucsd.edu>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default"}
categories = {"default", "safe"}
require 'imap'
require 'shortport'

View File

@@ -18,7 +18,7 @@ author = "Doug Hoyte"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "discovery"}
categories = {"default", "discovery", "safe"}
require("stdnse")
require "shortport"

View File

@@ -15,7 +15,7 @@ server version may be available.
author = "Philip Pickering <pgpickering@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default","discovery"}
categories = {"default","discovery","safe"}
require 'pop3'
require 'shortport'

View File

@@ -5,7 +5,7 @@ Checks if a VNC server is vulnerable to the RealVNC authentication bypass
author = "Brandon Enright <bmenrigh@ucsd.edu>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "vuln"}
categories = {"default", "vuln", "safe"}
require "shortport"

View File

@@ -14,7 +14,7 @@ author = "Diman Todorov <diman.todorov@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"malware"}
categories = {"malware", "safe"}
portrule = function(host, port)
return port.service == "smtp" and

View File

@@ -13,7 +13,7 @@ http://www.securityfriday.com/promiscuous_detection_01.pdf.
author = "Marek Majkowski <majek04+nse@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery"}
categories = {"discovery", "intrusive"}
-- okay, we're interested only in hosts that are on our ethernet lan
hostrule = function(host, port)