Add License comment (author already put 'MSF_LICENSE' in there). Also drop rank, because it doesn't cover so many targets

unstable
sinn3r 2011-12-02 15:00:39 -06:00
parent cd2bb027bf
commit f4b755c319
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,14 @@
##
# 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::Exploit::Remote
Rank = GoodRanking
Rank = NormalRanking
include Msf::Exploit::Remote::Tcp