We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d664a3 commit bb138e4Copy full SHA for bb138e4
modules/auxiliary/gather/selenium_file_read.rb
@@ -6,8 +6,6 @@
6
require 'nokogiri'
7
8
class MetasploitModule < Msf::Auxiliary
9
- Rank = ExcellentRanking
10
-
11
include Msf::Exploit::Remote::HttpClient
12
include Msf::Auxiliary::Report
13
prepend Msf::Exploit::Remote::AutoCheck
@@ -38,7 +36,7 @@ def initialize(info = {})
38
36
}
39
37
]
40
],
41
- # 'DisclosureDate' => '2020-10-??', # Not sure
+ 'DisclosureDate' => '2020-10-01', # Not sure this is correct
42
'DefaultTarget' => 0,
43
'Notes' => {
44
'Stability' => [ CRASH_SAFE, ],
0 commit comments