Land #8335, rank fixes for the msftidy god

bug/bundler_fix
William Vu 2017-05-07 21:20:33 -05:00
commit b794bfe5db
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
9 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@
##
class MetasploitModule < Msf::Exploit::Local
Rank = ExcellentRanking
include Msf::Exploit::EXE
include Msf::Post::File

View File

@ -4,6 +4,7 @@
##
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Exploit::Remote::HttpClient

View File

@ -6,6 +6,7 @@
require 'nokogiri'
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::PhpEXE

View File

@ -8,6 +8,7 @@ require 'nokogiri'
require 'uri'
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::FileDropper

View File

@ -4,6 +4,7 @@
##
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient

View File

@ -6,6 +6,7 @@
require 'uri'
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HTTP::Wordpress
include Msf::Exploit::Remote::HttpClient

View File

@ -4,6 +4,7 @@
##
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::CmdStager
include Msf::Exploit::Remote::HttpClient

View File

@ -4,6 +4,7 @@
##
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::EXE

View File

@ -4,6 +4,7 @@
##
class MetasploitModule < Msf::Exploit::Local
Rank = ExcellentRanking
include Msf::Post::Windows::Runas
include Msf::Post::Windows::Priv