mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 18:09:01 +00:00
Fix a typo in the @usage of smtp-enum-users.nse; it said smtp-open-relay.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user