File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
modules/exploits/windows/browser Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def initialize(info = {})
38
38
'DefaultOptions' =>
39
39
{
40
40
'ExitFunction' => 'process' ,
41
- 'URIPATH' => "/shakeitoff.mp3"
41
+ 'URIPATH' => "/shakeitoff.mp3"
42
42
} ,
43
43
'Platform' => 'win' ,
44
44
'Payload' =>
@@ -61,8 +61,8 @@ def initialize(info = {})
61
61
end
62
62
63
63
#
64
- # Handle the HTTP request and return a response. Code borrorwed from:
65
- # msf/core/exploit/http/server.rb
64
+ # Handle the HTTP request and return a response.
65
+ # Code borrowed from: msf/core/exploit/http/server.rb
66
66
#
67
67
def start_http ( opts = { } )
68
68
# Ensture all dependencies are present before initializing HTTP
@@ -90,7 +90,7 @@ def start_http(opts={})
90
90
datastore [ 'SSL' ] ,
91
91
{
92
92
'Msf' => framework ,
93
- 'MsfExploit' => self ,
93
+ 'MsfExploit' => self
94
94
} ,
95
95
opts [ 'Comm' ] ,
96
96
datastore [ 'SSLCert' ]
@@ -118,7 +118,7 @@ def start_http(opts={})
118
118
@service_path = uopts [ 'Path' ]
119
119
@http_service . add_resource ( uopts [ 'Path' ] , uopts )
120
120
121
- # As long as we have the http_service object, we will keep the ftp server alive
121
+ # As long as we have the http_service object, we will keep the server alive
122
122
while @http_service
123
123
select ( nil , nil , nil , 1 )
124
124
end
You can’t perform that action at this time.
0 commit comments