diff --git a/modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb b/modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb index 111b3285f6..f5275f9118 100644 --- a/modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb +++ b/modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb @@ -133,9 +133,9 @@ class Metasploit3 < Msf::Exploit::Remote # Build the TcpMessageHeader .. pkt = make_tcpmsghdr(cmd_buf) - print_status("Sending crafy commands (#{pkt.length} bytes) ...") # Handle the transacation.. connect + print_status("Sending crafy commands (#{pkt.length} bytes) ...") sock.put(pkt) handler