Used default timeout
forgot an additional default timeout in my previous commitbug/bundler_fix
parent
4aeb754112
commit
dff26ac9ff
|
@ -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)")
|
||||
|
|
Loading…
Reference in New Issue