Skip to content

Commit 27e46fe

Browse files
committed
Really make RuboCop happy
1 parent c8b9b32 commit 27e46fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/windows/http/softing_sis_rce.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# This module requires Metasploit: http://metasploit.com/download
2+
# This module requires Metasploit: https://metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -33,7 +33,7 @@ def initialize(info = {})
3333
'Author' => [
3434
'Chris Anastasio (muffin) of Incite Team', # discovery
3535
'Steven Seeley (mr_me) of Incite Team', # discovery
36-
'Imran E. Dawoodjee <imrandawoodjee.infosec[at]gmail.com', # msf module
36+
'Imran E. Dawoodjee <imrandawoodjee.infosec[at]gmail.com>', # msf module
3737
],
3838
'References' => [
3939
['CVE', '2022-1373'],
@@ -284,7 +284,7 @@ def on_new_session(session)
284284
print_warning("Deleting: #{f['path'] + '\\' + f['name']}")
285285
session.fs.file.rm(f['path'] + '\\' + f['name'])
286286
end
287-
rescue ::Exception => e
287+
rescue StandardError => e
288288
print_error("Unable to delete - #{e}")
289289
end
290290
end

0 commit comments

Comments
 (0)