From 18f42a9391bb3d232c4e0364967c248cf39f988f Mon Sep 17 00:00:00 2001 From: tomsellers Date: Wed, 18 Nov 2015 11:53:22 +0000 Subject: [PATCH] Correct script names in NSEDoc usage sections. --- scripts/http-svn-enum.nse | 2 +- scripts/http-svn-info.nse | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/http-svn-enum.nse b/scripts/http-svn-enum.nse index 24730f92b..d7c3c7927 100644 --- a/scripts/http-svn-enum.nse +++ b/scripts/http-svn-enum.nse @@ -9,7 +9,7 @@ description = [[Enumerates users of a Subversion repository by examining logs of ]] --- --- @usage nmap --script svn-enum +-- @usage nmap --script http-svn-enum -- -- @args http-svn-enum.count The number of logs to fetch. Defaults to the last 1000 commits. -- @args http-svn-enum.url This is a URL relative to the scanned host eg. /default.html (default: /). diff --git a/scripts/http-svn-info.nse b/scripts/http-svn-info.nse index e6c576e53..66d4da485 100644 --- a/scripts/http-svn-info.nse +++ b/scripts/http-svn-info.nse @@ -8,7 +8,7 @@ description = [[Requests information from a Subversion repository. ]] --- --- @usage nmap --script svn-info +-- @usage nmap --script http-svn-info -- -- @args http-svn-info.url This is a URL relative to the scanned host eg. /default.html (default: /) -- @@ -128,4 +128,4 @@ action = function(host, port) return ordered_output end end -end \ No newline at end of file +end