password not username
parent
20a376130e
commit
f675ba5243
|
@ -87,7 +87,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
|
||||
|
||||
# Report a vulnerability only if no password was specified
|
||||
if datastore['HttpUsername'].to_s.length == 0
|
||||
if datastore['HttpPassword'].to_s.length == 0
|
||||
|
||||
report_vuln(
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue