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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if wpscan_options.enumerate_plugins == nil and wpscan_options.enumerate_only_vulnerable_plugins == nil
|
||||||
puts
|
puts
|
||||||
print "[+] Enumerating plugins from passive detection ... "
|
print "[+] Enumerating plugins from passive detection ... "
|
||||||
|
|
||||||
@@ -171,6 +172,7 @@ begin
|
|||||||
else
|
else
|
||||||
print "No plugins found :(\n"
|
print "No plugins found :(\n"
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# Enumerate the installed plugins
|
# Enumerate the installed plugins
|
||||||
if wpscan_options.enumerate_plugins or wpscan_options.enumerate_only_vulnerable_plugins
|
if wpscan_options.enumerate_plugins or wpscan_options.enumerate_only_vulnerable_plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user