10 to 0 is good :)

unstable
m-1-k-3 2013-03-23 22:46:26 +01:00
parent bd522a03e3
commit 7ff9c70e38
1 changed files with 1 additions and 1 deletions

View File

@ -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,