File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/exploits/windows/http Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
##
2
- # This module requires Metasploit: http ://metasploit.com/download
2
+ # This module requires Metasploit: https ://metasploit.com/download
3
3
# Current source: https://github.com/rapid7/metasploit-framework
4
4
##
5
5
@@ -33,7 +33,7 @@ def initialize(info = {})
33
33
'Author' => [
34
34
'Chris Anastasio (muffin) of Incite Team' , # discovery
35
35
'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
37
37
] ,
38
38
'References' => [
39
39
[ 'CVE' , '2022-1373' ] ,
@@ -284,7 +284,7 @@ def on_new_session(session)
284
284
print_warning ( "Deleting: #{ f [ 'path' ] + '\\' + f [ 'name' ] } " )
285
285
session . fs . file . rm ( f [ 'path' ] + '\\' + f [ 'name' ] )
286
286
end
287
- rescue :: Exception => e
287
+ rescue StandardError => e
288
288
print_error ( "Unable to delete - #{ e } " )
289
289
end
290
290
end
You can’t perform that action at this time.
0 commit comments