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 = {