Add missing Rank

bug/bundler_fix
sinn3r 2015-04-14 13:33:37 -05:00
parent 75b559eea3
commit aca93cc86e
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