Skip to content

Commit

Permalink
Land rapid7#8335, rank fixes for the msftidy god
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed May 8, 2017
2 parents af3f1fb + 88bef00 commit b794bfe
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/exploits/linux/local/vmware_mount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##

class MetasploitModule < Msf::Exploit::Local
Rank = ExcellentRanking

include Msf::Exploit::EXE
include Msf::Post::File
Expand Down
1 change: 1 addition & 0 deletions modules/exploits/multi/http/movabletype_upgrade_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##

class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking

include Exploit::Remote::HttpClient

Expand Down
1 change: 1 addition & 0 deletions modules/exploits/multi/http/uptime_file_upload_2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require 'nokogiri'

class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking

include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::PhpEXE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require 'uri'

class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking

include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::FileDropper
Expand Down
1 change: 1 addition & 0 deletions modules/exploits/unix/webapp/spip_connect_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##

class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking

include Msf::Exploit::Remote::HttpClient

Expand Down
1 change: 1 addition & 0 deletions modules/exploits/unix/webapp/wp_optimizepress_upload.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require 'uri'

class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking

include Msf::Exploit::Remote::HTTP::Wordpress
include Msf::Exploit::Remote::HttpClient
Expand Down
1 change: 1 addition & 0 deletions modules/exploits/windows/ftp/wing_ftp_admin_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##

class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::CmdStager
include Msf::Exploit::Remote::HttpClient

Expand Down
1 change: 1 addition & 0 deletions modules/exploits/windows/http/novell_mdm_lfi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##

class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking

include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::EXE
Expand Down
1 change: 1 addition & 0 deletions modules/exploits/windows/local/run_as.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
##

class MetasploitModule < Msf::Exploit::Local
Rank = ExcellentRanking
include Msf::Post::Windows::Runas
include Msf::Post::Windows::Priv

Expand Down

0 comments on commit b794bfe

Please sign in to comment.