This file has a MSF license, needs the header

bug/bundler_fix
sinn3r 2013-01-25 13:04:20 -06:00
parent a14cd71047
commit 7d4e7676ce
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 < Msf::Auxiliary
@ -31,7 +38,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptInt.new('RPORT', [ true, 'Remote port running RDP', '3389' ]),
OptInt.new('RPORT', [ true, 'Remote port running RDP', '3389' ])
], self.class)
end