Skip to content

Commit a4d96d3

Browse files
committed
Updated regex
1 parent ff62a85 commit a4d96d3

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2942,7 +2942,7 @@ def launch_metasploit_browser
29422942
until really_started
29432943
select(nil,nil,nil,3)
29442944
log_data = ::File.open(svc_log, "rb") {|f| f.read f.stat.size}
2945-
really_started = log_data =~ /.*Ready/ # This is webserver ready
2945+
really_started = log_data =~ /Ready/ # This is webserver ready
29462946
if really_started
29472947
print_line
29482948
print_good "Metasploit Community / Pro is up and running, connecting now."

0 commit comments

Comments
 (0)