mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Correct script names in NSEDoc usage sections.
This commit is contained in:
parent
fa2527fd34
commit
18f42a9391
2 changed files with 3 additions and 3 deletions
|
|
@ -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.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: /)
|
||||
--
|
||||
|
|
@ -128,4 +128,4 @@ action = function(host, port)
|
|||
return ordered_output
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue