Ref #17 : Removed the output of plugins from passive detection if the user enumerate plugins or only vulnerable plugins (but they are still merged)

This commit is contained in:
Erwan
2012-09-09 00:24:12 +02:00
parent 436793eb61
commit 6dc09e7d10

View File

@@ -150,6 +150,7 @@ begin
end
end
if wpscan_options.enumerate_plugins == nil and wpscan_options.enumerate_only_vulnerable_plugins == nil
puts
print "[+] Enumerating plugins from passive detection ... "
@@ -171,6 +172,7 @@ begin
else
print "No plugins found :(\n"
end
end
# Enumerate the installed plugins
if wpscan_options.enumerate_plugins or wpscan_options.enumerate_only_vulnerable_plugins