Automagic updates to jduck's exim module
git-svn-id: file:///home/svn/framework3/trunk@11278 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
a683f7b7d4
commit
cc81d3bbc0
|
@ -84,6 +84,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DisclosureDate' => 'Dec 7 2010', # as an actual security bug
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
register_options([
|
||||
OptString.new('MAILFROM', [ true, 'FROM address of the e-mail', 'root@localhost']),
|
||||
OptString.new('MAILTO', [ true, 'TO address of the e-mail', 'postmaster@localhost'])
|
||||
], self.class)
|
||||
|
||||
register_advanced_options([
|
||||
OptString.new("SourceAddress", [false, "The IP or hostname of this system as the target will resolve it"])
|
||||
], self.class)
|
||||
|
|
Loading…
Reference in New Issue