10 to 0 is good :)
parent
bd522a03e3
commit
7ff9c70e38
|
@ -71,7 +71,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
})
|
||||
|
||||
#without res.body.length we get lots of false positives
|
||||
if (res and res.code == 200 and res.body.length > 10)
|
||||
if (res and res.code == 200 and res.body.length > 0)
|
||||
print_good("#{rhost}:#{rport} - Request may have succeeded on file #{file}")
|
||||
report_web_vuln({
|
||||
:host => rhost,
|
||||
|
|
Loading…
Reference in New Issue