1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00

replaced -np with -p in usage as Linux reports the following error:

nmap: option '-np' is ambiguous
This commit is contained in:
patrik
2011-01-18 19:41:05 +00:00
parent 0807b0c66c
commit 7f95274f68
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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