Use Rex::ThreadSafe.select on CVE-2015-1793

bug/bundler_fix 4.11.4-2015081001
jvazquez-r7 2015-08-08 07:43:39 -07:00
parent c8ba5bb90c
commit a611fff7bf
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class Metasploit3 < Msf::Auxiliary
begin
loop do
readable, _, _ = IO.select([client, server])
readable, _, _ = Rex::ThreadSafe.select([client, server])
readable.each do |r|
data = r.get_once