Used default timeout

forgot an additional default timeout in my previous commit
bug/bundler_fix
jamcut 2013-09-17 11:28:46 -04:00
parent 4aeb754112
commit dff26ac9ff
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Metasploit3 < Msf::Auxiliary
'uri' => uri_path,
'method' => 'GET',
'ctype' => 'text/plain',
}, 20)
})
case (res.code)
when 200
print_good("#{rhost}:#{rport} /#{app} does not require authentication (200)")