SMTP Simple Fuzzer
SMTP Simple Fuzzer
Rank
- Normal
Authors
- justme < >
Vulnerability References
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/fuzzers/smtp/smtp_fuzzer
msf auxiliary(smtp_fuzzer) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(smtp_fuzzer) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/fuzzers/smtp/smtp_fuzzer
msf auxiliary(smtp_fuzzer) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(smtp_fuzzer) > run
Module Options
| CMD | Command to fuzzer (accepted: EHLO, HELO, MAILFROM, RCPTTO, DATA, VRFY, EXPN) (default: EHLO) |
| INTERACTIONS | Number of interactions to run (default: 100) |
| MAILFROM | FROM address of the e-mail (default: zombie@brains.net) |
| MAILTO | TO address of the e-mail (default: human@ahhhzombies111.net) |
| RESPECTORDER | Respect order of commands (default: true) |
| RHOSTS | The target address range or CIDR identifier |
| RPORT | The target port (default: 25) |
| STARTLEN | Lenght of the string - start number (default: 100) |
| THREADS | The number of concurrent threads (default: 1) |
| CHOST | The local client address |
| CPORT | The local client port |
| ConnectTimeout | Maximum number of seconds to establish a TCP connection |
| FuzzChar | Sets the character to use for generating long strings |
| FuzzTracer | Sets the magic string to embed into fuzzer string inputs |
| Proxies | Use a proxy chain |
| SSL | Negotiate SSL for outgoing connections |
| SSLVersion | Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1) |
| ShowProgress | Display progress messages during a scan |
| ShowProgressPercent | The interval in percent that progress should be shown |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
| TCP::max_send_size | Maxiumum tcp segment size. (0 = disable) |
| TCP::send_delay | Delays inserted before every send. (0 = disable) |
