| Module | Msf::Exploit::Remote::Smtp |
| In: |
lib/msf/core/exploit/smtp.rb
|
This module exposes methods that may be useful to exploits that deal with servers that speak the SMTP protocol.
| banner | [RW] | This attribute holds the banner that was read in after a successful call to connect or connect_login. |
This method establishes a SMTP connection to host and port specified by the RHOST and RPORT options, respectively. After connecting, the banner message is read in and stored in the ‘banner’ attribute.