mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Add @output sections to these scripts:
dns-recursion.nse snmp-brute.nse daytime.nse x11-access.nse smb-enum-domains.nse dns-random-txid.nse p2p-conficker.nse jdwp-version.nse dns-random-srcport.nse sshv1.nse ms-sql-info.nse Some of these just needed fixed NSEDoc syntax.
This commit is contained in:
@@ -10,6 +10,17 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
categories = {"default", "discovery", "intrusive"}
|
||||
|
||||
---
|
||||
-- @output
|
||||
-- PORT STATE SERVICE REASON
|
||||
-- 1434/udp open ms-sql-m script-set
|
||||
-- | ms-sql-info: Discovered Microsoft SQL Server 2008 Express Edition
|
||||
-- | Server name: MAC-MINI
|
||||
-- | Server version: 10.0.2531.0 (SP1)
|
||||
-- | Instance name: SQLEXPRESS
|
||||
-- | TCP Port: 1433
|
||||
-- |_ Could not retrieve actual version information
|
||||
|
||||
require('stdnse')
|
||||
require "shortport"
|
||||
require("strbuf")
|
||||
|
||||
Reference in New Issue
Block a user