Skip to content

Commit 96d0b13

Browse files
author
jvazquez-r7
committed
Merge branch 'excellentrankings' of https://github.com/wchen-r7/metasploit-framework into wchen-r7-excellentrankings
2 parents 3146b7c + 0c0f4a3 commit 96d0b13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/exploits/multi/http/hp_sitescope_uploadfileshandler.rb

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

1010
class Metasploit3 < Msf::Exploit::Remote
11-
Rank = ExcellentRanking
11+
Rank = GoodRanking
1212

1313
HttpFingerprint = { :pattern => [ /Apache-Coyote/ ] }
1414

modules/exploits/multi/http/jenkins_script_console.rb

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

1010
class Metasploit3 < Msf::Exploit::Remote
11-
Rank = ExcellentRanking
11+
Rank = GoodRanking
1212

1313
include Msf::Exploit::Remote::HttpClient
1414
include Msf::Exploit::CmdStagerVBS

modules/exploits/multi/http/splunk_upload_app_exec.rb

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

1010
class Metasploit3 < Msf::Exploit::Remote
11-
Rank = ExcellentRanking
11+
Rank = GoodRanking
1212

1313
include Msf::Exploit::Remote::HttpClient
1414

modules/exploits/multi/http/struts_code_exec.rb

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

1010
class Metasploit3 < Msf::Exploit::Remote
11-
Rank = ExcellentRanking
11+
Rank = GoodRanking
1212

1313
include Msf::Exploit::CmdStagerTFTP
1414
include Msf::Exploit::Remote::HttpClient

0 commit comments

Comments
 (0)