Skip to content

Commit bb138e4

Browse files
committed
Lint formatting
1 parent 9d664a3 commit bb138e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/auxiliary/gather/selenium_file_read.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
require 'nokogiri'
77

88
class MetasploitModule < Msf::Auxiliary
9-
Rank = ExcellentRanking
10-
119
include Msf::Exploit::Remote::HttpClient
1210
include Msf::Auxiliary::Report
1311
prepend Msf::Exploit::Remote::AutoCheck
@@ -38,7 +36,7 @@ def initialize(info = {})
3836
}
3937
]
4038
],
41-
# 'DisclosureDate' => '2020-10-??', # Not sure
39+
'DisclosureDate' => '2020-10-01', # Not sure this is correct
4240
'DefaultTarget' => 0,
4341
'Notes' => {
4442
'Stability' => [ CRASH_SAFE, ],

0 commit comments

Comments
 (0)