Skip to content

Commit 431cba8

Browse files
committed
Update print_status labels.
1 parent c2a1d29 commit 431cba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/gather/apple_safari_webarchive_uxss.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def start_http(opts={})
145145
}.update(opts['Uri'] || {})
146146

147147
proto = (datastore["SSL"] ? "https" : "http")
148-
print_status("Using URL: #{proto}://#{opts['ServerHost']}:#{opts['ServerPort']}#{uopts['Path']}")
148+
print_status("Data capture URL: #{proto}://#{opts['ServerHost']}:#{opts['ServerPort']}#{uopts['Path']}")
149149

150150
if (opts['ServerHost'] == '0.0.0.0')
151151
print_status(" Local IP: #{proto}://#{Rex::Socket.source_address('1.2.3.4')}:#{opts['ServerPort']}#{uopts['Path']}")
@@ -167,7 +167,7 @@ def start_http(opts={})
167167
}.update(opts['Uri'] || {})
168168
@http_service.add_resource(webarchive_download_url, uopts)
169169

170-
print_status("Using URL: #{proto}://#{opts['ServerHost']}:#{opts['ServerPort']}#{webarchive_download_url}")
170+
print_status("Download URL: #{proto}://#{opts['ServerHost']}:#{opts['ServerPort']}#{webarchive_download_url}")
171171

172172
# As long as we have the http_service object, we will keep the ftp server alive
173173
while @http_service

0 commit comments

Comments
 (0)