Land #5142, missing module rank fixes

bug/bundler_fix sprint-G08
William Vu 2015-04-14 13:41:38 -05:00
commit b5ae3fd62c
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ require 'msf/core'
require 'digest/md5'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::BrowserExploitServer

View File

@ -7,6 +7,7 @@ require 'msf/core'
require 'msf/core/exploit/android'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::BrowserExploitServer
include Msf::Exploit::Remote::BrowserAutopwn