Skip to content

AddToAny Share Buttons Detection

ID: wordpress-add-to-any

Severity: info

Author: ricardomaia

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

id: wordpress-add-to-any
info:
name: AddToAny Share Buttons Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/add-to-any/
metadata:
plugin_namespace: add-to-any
wpscan: https://wpscan.com/plugin/add-to-any
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/add-to-any/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/add-to-any.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: 490a004630440220763f48ce23fec1d3be5bf1faa2a84f49a9959980f8a81df682c6e803e231399b02204a8f1278c70da4beca46c0742e8de8c3eec1113308bd8d33e959bd629d4d58d9: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/add-to-any.yaml"

View on Github