From fbfa48257f4567f7435e8dd89d12ac552cec06c7 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Sun, 9 May 2010 06:06:43 +0000 Subject: [PATCH] switch sleep to select git-svn-id: file:///home/svn/framework3/trunk@9255 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/misc/agentxpp_receive_agentx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/misc/agentxpp_receive_agentx.rb b/modules/exploits/windows/misc/agentxpp_receive_agentx.rb index 163db5bb68..0f57816da4 100644 --- a/modules/exploits/windows/misc/agentxpp_receive_agentx.rb +++ b/modules/exploits/windows/misc/agentxpp_receive_agentx.rb @@ -92,7 +92,7 @@ class Metasploit3 < Msf::Exploit::Remote sock.put(hdr) # Wait to make sure it processed that chunk. - sleep(0.5) + select(nil, nil, nil, 0.5) #print_status("press enter to trigger..."); x = $stdin.gets # Send the rest (smashed!)