mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a typo in the @usage of smtp-enum-users.nse; it said smtp-open-relay.
This commit is contained in:
parent
4bec98f23f
commit
23908b40a8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ An example of how to specify the methods to use and the order is the following:
|
|||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap --script smtp-user-enum.nse [--script-args smtp-open-relay.methods={EXPN,...},...] -p 25,465,587 <host>
|
||||
-- nmap --script smtp-user-enum.nse [--script-args smtp-enum-users.methods={EXPN,...},...] -p 25,465,587 <host>
|
||||
--
|
||||
-- @output
|
||||
-- Host script results:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue