mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
fixed parameter name in script usage
This commit is contained in:
parent
4effcc8418
commit
4ff284cdc6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ SMTP server.
|
|||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap --script smtp-commands.nse [--script-args smtp-open-relay.domain=<domain>] -pT:25,465,587 <host>
|
||||
-- nmap --script smtp-commands.nse [--script-args smtp-commands.domain=<domain>] -pT:25,465,587 <host>
|
||||
--
|
||||
-- @output
|
||||
-- PORT STATE SERVICE REASON VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue