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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user