From b2f338984bcdb0442a63b53b9abf6d6bd98d3004 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Wed, 28 Apr 2010 00:48:00 +0000 Subject: [PATCH] cosmetic statement reorder git-svn-id: file:///home/svn/framework3/trunk@9166 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/mmsp/ms10_025_wmss_connect_funnel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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