mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Correct script names in NSEDoc usage sections.
This commit is contained in:
@@ -9,7 +9,7 @@ description = [[Enumerates users of a Subversion repository by examining logs of
|
|||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @usage nmap --script svn-enum <target>
|
-- @usage nmap --script http-svn-enum <target>
|
||||||
--
|
--
|
||||||
-- @args http-svn-enum.count The number of logs to fetch. Defaults to the last 1000 commits.
|
-- @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: /).
|
-- @args http-svn-enum.url This is a URL relative to the scanned host eg. /default.html (default: /).
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ description = [[Requests information from a Subversion repository.
|
|||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @usage nmap --script svn-info <target>
|
-- @usage nmap --script http-svn-info <target>
|
||||||
--
|
--
|
||||||
-- @args http-svn-info.url This is a URL relative to the scanned host eg. /default.html (default: /)
|
-- @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
|
return ordered_output
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user