Patch to fix vuln reporting by swtornio

git-svn-id: file:///home/svn/framework3/trunk@11375 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2010-12-18 18:55:36 +00:00
parent a8311fd71d
commit 3f7809ca5a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Metasploit3 < Msf::Auxiliary
print_good("#{rhost}:#{rport} Successfully authenticated to this device")
# Report a vulnerability only if no password was specified
if datastore['BasicAuthPass'].to_s.length > 0
if datastore['BasicAuthPass'].to_s.length == 0
report_vuln(
:host => rhost,
:port => rport,