Skip to content

Commit b5ae3fd

Browse files
committed
Land rapid7#5142, missing module rank fixes
2 parents 75b559e + aca93cc commit b5ae3fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/exploits/android/browser/samsung_knox_smdm_url.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
require 'digest/md5'
88

99
class Metasploit3 < Msf::Exploit::Remote
10+
Rank = ExcellentRanking
1011

1112
include Msf::Exploit::Remote::BrowserExploitServer
1213

modules/exploits/android/browser/webview_addjavascriptinterface.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
require 'msf/core/exploit/android'
88

99
class Metasploit3 < Msf::Exploit::Remote
10+
Rank = ExcellentRanking
1011

1112
include Msf::Exploit::Remote::BrowserExploitServer
1213
include Msf::Exploit::Remote::BrowserAutopwn

0 commit comments

Comments
 (0)