Skip to content

PixelYourSite – Your smart PIXEL (TAG) & API Manager Detection

ID: wordpress-pixelyoursite

Severity: info

Author: ricardomaia

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

id: wordpress-pixelyoursite
info:
name: PixelYourSite – Your smart PIXEL (TAG) & API Manager Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/pixelyoursite/
metadata:
plugin_namespace: pixelyoursite
wpscan: https://wpscan.com/plugin/pixelyoursite
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/pixelyoursite/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/pixelyoursite.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: 4b0a00483046022100da1702bfa68c8c43bbc09a6ac7ab7277c5174d37d9ce61d14a6e14c68052a761022100b4c5f08ff5751ba94f2f6c51e84ded6c1ea30618a3eee46b1e6ea058727c6380: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/pixelyoursite.yaml"

View on Github