mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
replaced -np with -p in usage as Linux reports the following error:
nmap: option '-np' is ambiguous
This commit is contained in:
parent
0807b0c66c
commit
7f95274f68
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Runs a console command on the Lotus Domino Console using the given authenticatio
|
|||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -np 2050 <host> --script domcon-cmd --script-args domcon-cmd.cmd="show server", \
|
||||
-- nmap -p 2050 <host> --script domcon-cmd --script-args domcon-cmd.cmd="show server", \
|
||||
-- domcon-cmd.user="Patrik Karlsson",domcon-cmd.pass="secret"
|
||||
--
|
||||
-- @output
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ authentication credentials (see also: informix-brute).
|
|||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -np 9088 <host> --script informix-query --script-args informix-query.username=informix,informix-query.password=informix
|
||||
-- nmap -p 9088 <host> --script informix-query --script-args informix-query.username=informix,informix-query.password=informix
|
||||
--
|
||||
-- @output
|
||||
-- PORT STATE SERVICE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue