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 ff62a85 commit a4d96d3Copy full SHA for a4d96d3
lib/msf/ui/console/command_dispatcher/core.rb
@@ -2942,7 +2942,7 @@ def launch_metasploit_browser
2942
until really_started
2943
select(nil,nil,nil,3)
2944
log_data = ::File.open(svc_log, "rb") {|f| f.read f.stat.size}
2945
- really_started = log_data =~ /.*Ready/ # This is webserver ready
+ really_started = log_data =~ /Ready/ # This is webserver ready
2946
if really_started
2947
print_line
2948
print_good "Metasploit Community / Pro is up and running, connecting now."
0 commit comments