changes to smtp relay aux module

bug/bundler_fix
xistence 2014-03-17 15:09:29 +07:00
parent 1864089085
commit 8fdb5250d4
1 changed files with 6 additions and 1 deletions

View File

@ -21,9 +21,14 @@ class Metasploit3 < Msf::Auxiliary
},
'References' =>
[
['URL', 'http://www.ietf.org/rfc/rfc2821.txt'],
['URL', 'https://svn.nmap.org/nmap/scripts/smtp-open-relay.nse'],
],
'Author' => 'xistence <xistence[at]0x90.nl>',
'Author' =>
[
'Campbell Murray',
'xistence <xistence[at]0x90.nl>',
],
'License' => MSF_LICENSE
)