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.
2 parents e114c85 + 61b709b commit f628599Copy full SHA for f628599
lib/msf/core/exploit/http/server.rb
@@ -229,7 +229,7 @@ def start_service(opts = {})
229
print_status("Using URL: #{proto}://#{opts['ServerHost']}:#{opts['ServerPort']}#{uopts['Path']}")
230
231
if (opts['ServerHost'] == '0.0.0.0')
232
- print_status(" Local IP: #{proto}://#{Rex::Socket.source_address('1.2.3.4')}:#{opts['ServerPort']}#{uopts['Path']}")
+ print_status("Local IP: #{proto}://#{Rex::Socket.source_address('1.2.3.4')}:#{opts['ServerPort']}#{uopts['Path']}")
233
end
234
235
add_resource(uopts)
0 commit comments