Change to example.com as the default domain

bug/bundler_fix
HD Moore 2014-11-20 14:53:36 -06:00
parent 8306d739e3
commit 2f92a83092
1 changed files with 2 additions and 2 deletions

View File

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