Skip to content

ExactMetrics – Google Analytics Dashboard for WordPress (Website Stats Plugin) Detection

ID: wordpress-google-analytics-dashboard-for-wp

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-200

id: wordpress-google-analytics-dashboard-for-wp
info:
name: ExactMetrics – Google Analytics Dashboard for WordPress (Website Stats Plugin) Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/google-analytics-dashboard-for-wp/
metadata:
plugin_namespace: google-analytics-dashboard-for-wp
wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/google-analytics-dashboard-for-wp/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt
extractors:
- type: regex
part: body
internal: true
name: internal_detected_version
group: 1
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
- type: regex
part: body
name: detected_version
group: 1
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
matchers-condition: or
matchers:
- type: dsl
name: "outdated_version"
dsl:
- compare_versions(internal_detected_version, concat("< ", last_version))
- type: regex
part: body
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
# digest: 4a0a004730450221009b4438b775191b3ec4daa5e5808e1720c13cb4311506eb1598f96ad975fee6c102202f11ad5d6d5ae4d5a1bdf0cdeb1c88398f901fc80adc7b6cd46bf667a60bc6e3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml"

View on Github