Skip to content

Site Kit by Google – Analytics, Search Console, AdSense, Speed Detection

ID: wordpress-google-site-kit

Severity: info

Author: ricardomaia

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

id: wordpress-google-site-kit
info:
name: Site Kit by Google – Analytics, Search Console, AdSense, Speed Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/google-site-kit/
metadata:
plugin_namespace: google-site-kit
wpscan: https://wpscan.com/plugin/google-site-kit
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/google-site-kit/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/google-site-kit.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: 490a0046304402206ba15d0be395414c8c6c281b3cdd753e51be701ee7526dbfb97708de22fff63502206d0251a60458e8b3c55645d9ee81fa1772af248c7f36d824a7f113151eb0a385: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-site-kit.yaml"

View on Github