Skip to content

Commit aca93cc

Browse files
committed
Add missing Rank
1 parent 75b559e commit aca93cc

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)