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