From 0b0aa26b44322f15554d8a332216c82388df2eb9 Mon Sep 17 00:00:00 2001 From: gyani Date: Tue, 2 Jun 2015 17:41:05 +0000 Subject: [PATCH] Fixed a few doc issues --- scripts/http-webdav-scan.nse | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/http-webdav-scan.nse b/scripts/http-webdav-scan.nse index 2a53596b8..4d6d3d809 100644 --- a/scripts/http-webdav-scan.nse +++ b/scripts/http-webdav-scan.nse @@ -18,9 +18,11 @@ This script takes inspiration from the various scripts listed here: ]] --- --- @usage +-- @usage -- nmap --script http-webdav-scan -p80,8080 -- +-- @args path The path to start in; eg, "/web/" will try "/web/xxx". +-- -- @output -- PORT STATE SERVICE -- 8008/tcp open http @@ -34,9 +36,7 @@ This script takes inspiration from the various scripts listed here: -- | http://localhost:8008/WebDAVTest_b1tqTWeyRR -- | http://localhost:8008/WebDAVTest_A0QWJb7hcK -- | http://localhost:8008/WebDAVTest_hf9Mqqpi1M --- | http://localhost:8008/WebDAVTest_Ds5KBFywDq --- --- @args path The path to start in; eg, "/web/" will try "/web/xxx". +-- |_ http://localhost:8008/WebDAVTest_Ds5KBFywDq -- -- @xmloutput -- GET, HEAD, COPY, MOVE, POST, PUT, @@ -52,8 +52,6 @@ This script takes inspiration from the various scripts listed here: -- http://localhost:8008/WebDAVTest_Ds5KBFywDq -- ------------------------------------------------------------------------ - author = "Gyanendra Mishra" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {