Skip to content

Commit 68dc3ce

Browse files
committed
Minor code formatting
1 parent e3450d7 commit 68dc3ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/exploits/windows/browser/getgodm_http_response_bof.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info = {})
3838
'DefaultOptions' =>
3939
{
4040
'ExitFunction' => 'process',
41-
'URIPATH' => "/shakeitoff.mp3"
41+
'URIPATH' => "/shakeitoff.mp3"
4242
},
4343
'Platform' => 'win',
4444
'Payload' =>
@@ -61,8 +61,8 @@ def initialize(info = {})
6161
end
6262

6363
#
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
6666
#
6767
def start_http(opts={})
6868
# Ensture all dependencies are present before initializing HTTP
@@ -90,7 +90,7 @@ def start_http(opts={})
9090
datastore['SSL'],
9191
{
9292
'Msf' => framework,
93-
'MsfExploit' => self,
93+
'MsfExploit' => self
9494
},
9595
opts['Comm'],
9696
datastore['SSLCert']
@@ -118,7 +118,7 @@ def start_http(opts={})
118118
@service_path = uopts['Path']
119119
@http_service.add_resource(uopts['Path'], uopts)
120120

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
122122
while @http_service
123123
select(nil, nil, nil, 1)
124124
end

0 commit comments

Comments
 (0)