Merge branch 'excellentrankings' of https://github.com/wchen-r7/metasploit-framework into wchen-r7-excellentrankings

bug/bundler_fix
jvazquez-r7 2013-01-24 13:00:01 +01:00
commit 96d0b13de2
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
Rank = GoodRanking
HttpFingerprint = { :pattern => [ /Apache-Coyote/ ] }

View File

@ -8,7 +8,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
Rank = GoodRanking
include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::CmdStagerVBS

View File

@ -8,7 +8,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
Rank = GoodRanking
include Msf::Exploit::Remote::HttpClient

View File

@ -8,7 +8,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
Rank = GoodRanking
include Msf::Exploit::CmdStagerTFTP
include Msf::Exploit::Remote::HttpClient