Bump this up

This commit is contained in:
HD Moore 2012-04-27 01:23:40 -05:00
parent ec831a1658
commit 67fe5b775a
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_good("Target #{rhost}:#{rport} may be exploitable...")
# Wait for the request to be handled
1.upto(80) do
1.upto(120) do
break if session_created?
select(nil, nil, nil, 0.25)
handler()