mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 02:09:03 +00:00
Add NSEdoc signal '---' to some scripts
This commit is contained in:
@@ -28,6 +28,7 @@ http://sourceforge.net/projects/gameq/
|
|||||||
(relevant files: games.ini, packets.ini, ase.php)
|
(relevant files: games.ini, packets.ini, ase.php)
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap -sV <target>
|
-- nmap -sV <target>
|
||||||
-- @usage
|
-- @usage
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ References:
|
|||||||
* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271
|
* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap -sV -p- --script http-shellshock <target>
|
-- nmap -sV -p- --script http-shellshock <target>
|
||||||
-- nmap -sV -p- --script http-shellshock --script-args uri=/cgi-bin/bin,cmd=ls <target>
|
-- nmap -sV -p- --script http-shellshock --script-args uri=/cgi-bin/bin,cmd=ls <target>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
|||||||
categories = {"default", "discovery", "safe"}
|
categories = {"default", "discovery", "safe"}
|
||||||
portrule = shortport.port_or_service(3671, "efcp", "udp")
|
portrule = shortport.port_or_service(3671, "efcp", "udp")
|
||||||
|
|
||||||
--
|
---
|
||||||
--@output
|
--@output
|
||||||
-- 3671/udp open|filtered efcp
|
-- 3671/udp open|filtered efcp
|
||||||
-- | knx-gateway-info:
|
-- | knx-gateway-info:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ to Logjam (CVE 2015-4000) and other weaknesses.
|
|||||||
Opportunistic STARTTLS sessions are established on services that support them.
|
Opportunistic STARTTLS sessions are established on services that support them.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
--
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap --script ssl-dh-params <target>
|
-- nmap --script ssl-dh-params <target>
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ Original reversing of the protocol was done by Luigi Auriemma
|
|||||||
(http://aluigi.altervista.org/papers.htm#ventrilo).
|
(http://aluigi.altervista.org/papers.htm#ventrilo).
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap -sV <target>
|
-- nmap -sV <target>
|
||||||
-- @usage
|
-- @usage
|
||||||
|
|||||||
Reference in New Issue
Block a user