mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user