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,
|
'uri' => uri_path,
|
||||||
'method' => 'GET',
|
'method' => 'GET',
|
||||||
'ctype' => 'text/plain',
|
'ctype' => 'text/plain',
|
||||||
}, 20)
|
})
|
||||||
case (res.code)
|
case (res.code)
|
||||||
when 200
|
when 200
|
||||||
print_good("#{rhost}:#{rport} /#{app} does not require authentication (200)")
|
print_good("#{rhost}:#{rport} /#{app} does not require authentication (200)")
|
||||||
|
|
Loading…
Reference in New Issue