Skip to content

Commit 151ed16

Browse files
committed
Re-ranking files
../exec_shellcode.rb Rank Great -> Excellent ../cfme_manageiq_evm_upload_exec.rb Rank Great -> Excellent ../hp_smhstart.rb Rank Average -> Normal
1 parent 5e31a32 commit 151ed16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/exploits/firefox/local/exec_shellcode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'msf/core/payload/firefox'
88

99
class MetasploitModule < Msf::Exploit::Local
10-
Rank = GreatRanking # Missing autodetection, but has widespread targetability
10+
Rank = ExcellentRanking # Missing autodetection, but has widespread targetability
1111

1212
include Msf::Payload::Firefox
1313
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation

modules/exploits/linux/http/cfme_manageiq_evm_upload_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'msf/core'
77

88
class MetasploitModule < Msf::Exploit::Remote
9-
Rank = GreatRanking
9+
Rank = ExcellentRanking
1010

1111
include Msf::Exploit::Remote::HttpClient
1212
include Msf::Exploit::FileDropper

modules/exploits/linux/local/hp_smhstart.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require 'msf/core/exploit/exe'
1010

1111
class MetasploitModule < Msf::Exploit::Local
12-
Rank = AverageRanking
12+
Rank = NormalRanking
1313

1414
include Msf::Exploit::EXE
1515
include Msf::Post::File

0 commit comments

Comments
 (0)