Skip to content

Commit

Permalink
Lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro-Yoko committed Jan 1, 2025
1 parent 9d664a3 commit bb138e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/auxiliary/gather/selenium_file_read.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
require 'nokogiri'

class MetasploitModule < Msf::Auxiliary
Rank = ExcellentRanking

include Msf::Exploit::Remote::HttpClient
include Msf::Auxiliary::Report
prepend Msf::Exploit::Remote::AutoCheck
Expand Down Expand Up @@ -38,7 +36,7 @@ def initialize(info = {})
}
]
],
# 'DisclosureDate' => '2020-10-??', # Not sure
'DisclosureDate' => '2020-10-01', # Not sure this is correct
'DefaultTarget' => 0,
'Notes' => {
'Stability' => [ CRASH_SAFE, ],
Expand Down

0 comments on commit bb138e4

Please sign in to comment.