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

Fixed a few doc issues

This commit is contained in:
gyani
2015-06-02 17:41:05 +00:00
parent 2d2ed65244
commit 0b0aa26b44

View File

@@ -18,9 +18,11 @@ This script takes inspiration from the various scripts listed here:
]]
---
-- @usage
-- @usage
-- nmap --script http-webdav-scan -p80,8080 <target>
--
-- @args path The path to start in; eg, <code>"/web/"</code> will try <code>"/web/xxx"</code>.
--
-- @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, <code>"/web/"</code> will try <code>"/web/xxx"</code>.
-- |_ http://localhost:8008/WebDAVTest_Ds5KBFywDq
--
-- @xmloutput
-- <elem key="Allowed Methods">GET, HEAD, COPY, MOVE, POST, PUT,
@@ -52,8 +52,6 @@ This script takes inspiration from the various scripts listed here:
-- <elem>http://localhost:8008/WebDAVTest_Ds5KBFywDq</elem>
-- </table>
-----------------------------------------------------------------------
author = "Gyanendra Mishra"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {