Change to example.com as the default domain
parent
8306d739e3
commit
2f92a83092
|
@ -24,8 +24,8 @@ module Exploit::Remote::Smtp
|
|||
[
|
||||
Opt::RHOST,
|
||||
Opt::RPORT(25),
|
||||
OptString.new('MAILFROM', [ true, 'FROM address of the e-mail', 'zombie@brains.net']),
|
||||
OptString.new('MAILTO', [ true, 'TO address of the e-mail', 'human@ahhhzombies111.net']),
|
||||
OptString.new('MAILFROM', [ true, 'FROM address of the e-mail', 'sender@example.com']),
|
||||
OptString.new('MAILTO', [ true, 'TO address of the e-mail', 'target@example.com']),
|
||||
], Msf::Exploit::Remote::Smtp)
|
||||
register_autofilter_ports([ 25, 465, 587, 2525, 25025, 25000])
|
||||
register_autofilter_services(%W{ smtp smtps})
|
||||
|
|
Loading…
Reference in New Issue