diff --git a/CHANGELOG b/CHANGELOG index 61e9712ac..13db00014 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/scripts/smtp-enum-users.nse b/scripts/smtp-enum-users.nse index d16af0428..21ff13f0d 100644 --- a/scripts/smtp-enum-users.nse +++ b/scripts/smtp-enum-users.nse @@ -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 +-- nmap --script smtp-enum-users.nse [--script-args smtp-enum-users.methods={EXPN,...},...] -p 25,465,587 -- -- @output -- Host script results: