mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Use the correct script name in the usage example of the smtp-enum-users. Reported by Jamuse, who also contributed the patch.
This commit is contained in:
parent
508fe849f9
commit
0a9764709f
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [NSE] Use the correct script name in the usage example of the
|
||||
smtp-enum-users script. Reported by Jamuse, who also contributed
|
||||
a patch.
|
||||
|
||||
o Added checks that the argument to freeaddrinfo is not NULL, avoiding
|
||||
a segmentation fault on Android and possibly other platforms.
|
||||
Suggested by Vlatko Kosturjak and Alexismm2.
|
||||
|
|
|
|||
|
|
@ -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-enum-users.methods={EXPN,...},...] -p 25,465,587 <host>
|
||||
-- nmap --script smtp-enum-users.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