We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1234e0 commit dc0549dCopy full SHA for dc0549d
modules/auxiliary/gather/apple_safari_ftp_url_cookie_theft.rb
@@ -54,6 +54,7 @@ def run
54
start_service
55
print_status("Local FTP: #{lookup_lhost}:#{datastore['SRVPORT']}")
56
start_http
57
+ @http_service.wait
58
end
59
60
@@ -114,11 +115,6 @@ def start_http(opts={})
114
115
# Add path to resource
116
@service_path = uopts['Path']
117
@http_service.add_resource(uopts['Path'], uopts)
-
118
- # As long as we have the http_service object, we will keep the ftp server alive
119
- while @http_service
120
- select(nil, nil, nil, 1)
121
- end
122
123
124
#
0 commit comments