Skip to content

Commit

Permalink
Re-ranking files
Browse files Browse the repository at this point in the history
../exec_shellcode.rb
Rank Great -> Excellent

../cfme_manageiq_evm_upload_exec.rb
Rank Great -> Excellent

../hp_smhstart.rb
Rank Average -> Normal
  • Loading branch information
farkwun committed Apr 2, 2017
1 parent 5e31a32 commit 151ed16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/exploits/firefox/local/exec_shellcode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'msf/core/payload/firefox'

class MetasploitModule < Msf::Exploit::Local
Rank = GreatRanking # Missing autodetection, but has widespread targetability
Rank = ExcellentRanking # Missing autodetection, but has widespread targetability

include Msf::Payload::Firefox
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'msf/core'

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

include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::FileDropper
Expand Down
2 changes: 1 addition & 1 deletion modules/exploits/linux/local/hp_smhstart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require 'msf/core/exploit/exe'

class MetasploitModule < Msf::Exploit::Local
Rank = AverageRanking
Rank = NormalRanking

include Msf::Exploit::EXE
include Msf::Post::File
Expand Down

0 comments on commit 151ed16

Please sign in to comment.