smtp-user-enum
smtp-user-enum copied to clipboard
Username guessing tool primarily for use against the default Solaris SMTP service. Can use either EXPN, VRFY or RCPT TO.
In the manpage, it says you can change the timeout period with: ``` -t n Wait a maximum of n seconds for reply (default: $query_timeout) ``` However, this does not...
The timeout parameter was shown as -t in the usage screen, conflicting with -t for host. I changed it to w for "wait" and added the getopts check.
smtp-user-enum -m 4 -M RCPT -U target_emails.txt -T mxlist.txt Unknown option: T smtp-user-enum v1.2 ( http://pentestmonkey.net/tools/smtp-user-enum )