1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix nsedoc issues (missing ---, mostly)

Originally committed by dmiller but recommitted by david after recovery
from backup.
This commit is contained in:
david
2013-04-12 17:29:16 +00:00
parent 797689c920
commit 201a5130a2
14 changed files with 21 additions and 18 deletions

View File

@@ -16,6 +16,10 @@ the target to retrieve a web page from www.google.com.
---
-- @args proxy.url Url that will be requested to the proxy
-- @args proxy.pattern Pattern that will be searched inside the request results
--
-- @usage
-- nmap --script http-open-proxy.nse \
-- --script-args proxy.url=<url>,proxy.pattern=<pattern>
-- @output
-- Interesting ports on scanme.nmap.org (64.13.134.52):
-- PORT STATE SERVICE
@@ -35,10 +39,6 @@ the target to retrieve a web page from www.google.com.
-- * Included url and pattern arguments
-- * Script now checks for http response status code, when url is used
-- * If google is used, script checks for Server: gws
--
-- @usage
-- nmap --script http-open-proxy.nse \
-- --script-args proxy.url=<url>,proxy.pattern=<pattern>
author = "Arturo 'Buanzo' Busleiman"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"