switch sleep to select
git-svn-id: file:///home/svn/framework3/trunk@9255 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5f23151c22
commit
fbfa48257f
|
@ -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!)
|
||||
|
|
Loading…
Reference in New Issue