Merge branch 'master' of github.com:wpscanteam/wpscan

This commit is contained in:
Christian Mehlmauer
2016-11-01 19:39:24 +01:00
4 changed files with 14 additions and 3 deletions

View File

@@ -66,6 +66,10 @@ class WpPlugins < WpItems
wp_plugins.add('wordpress-seo', version: $1)
end
if body =~ /<!-- Google Universal Analytics for WordPress v([^\s]+) -/i
wp_plugins.add('google-universal-analytics', version: $1)
end
wp_plugins
end