Automagic updates to jduck's exim module

git-svn-id: file:///home/svn/framework3/trunk@11278 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-12-10 22:17:47 +00:00
parent a683f7b7d4
commit cc81d3bbc0
1 changed files with 5 additions and 0 deletions

View File

@ -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)