1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-19 04:39:01 +00:00

Put rpcinfo in the default category and also improve the NSEDoc documentation for it slightly

This commit is contained in:
fyodor
2011-03-19 08:06:34 +00:00
parent 7b27940ada
commit e896e27e8a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
description = [[
Connects to portmapper and fetches a list of all registered programs.
Connects to portmapper and fetches a list of all registered programs. It then prints out a table including (for each program) the RPC program number, supported version numbers, port number and protocol, and program name.
]]
---
@@ -18,7 +18,7 @@ Connects to portmapper and fetches a list of all registered programs.
author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery", "safe"}
categories = {"discovery", "default", "safe"}
require 'stdnse'
require 'shortport'