mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Wrong @usage descriptions fix
This commit is contained in:
parent
cfdf67f8c7
commit
14e9c1b66d
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ Performs password guessing against MySQL.
|
|||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap nmap --script=rmi-vuln-classloader
|
||||
-- nmap --script=mysql-brute <target>
|
||||
--
|
||||
-- @output
|
||||
-- 3306/tcp open mysql
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ References:
|
|||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap nmap --script=rmi-vuln-classloader -p 1099 <target>
|
||||
-- nmap --script=rmi-vuln-classloader -p 1099 <target>
|
||||
--
|
||||
-- @output
|
||||
-- PORT STATE SERVICE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue