Skip to content

Commit 2f92a83

Browse files
author
HD Moore
committed
Change to example.com as the default domain
1 parent 8306d73 commit 2f92a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/exploit/smtp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def initialize(info = {})
2424
[
2525
Opt::RHOST,
2626
Opt::RPORT(25),
27-
OptString.new('MAILFROM', [ true, 'FROM address of the e-mail', '[email protected]']),
28-
OptString.new('MAILTO', [ true, 'TO address of the e-mail', '[email protected]']),
27+
OptString.new('MAILFROM', [ true, 'FROM address of the e-mail', '[email protected]']),
28+
OptString.new('MAILTO', [ true, 'TO address of the e-mail', '[email protected]']),
2929
], Msf::Exploit::Remote::Smtp)
3030
register_autofilter_ports([ 25, 465, 587, 2525, 25025, 25000])
3131
register_autofilter_services(%W{ smtp smtps})

0 commit comments

Comments
 (0)