Skip to content

Starter Templates – AI-Powered Templates for Elementor & Gutenberg Detection

ID: wordpress-astra-sites

Severity: info

Author: ricardomaia

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

id: wordpress-astra-sites
info:
name: Starter Templates – AI-Powered Templates for Elementor & Gutenberg Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/astra-sites/
metadata:
plugin_namespace: astra-sites
wpscan: https://wpscan.com/plugin/astra-sites
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/astra-sites/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/astra-sites.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: 4a0a00473045022100803611c0e097d5206caf4ba5bed68117a3e651ea6acd1abc60287a08d87cce1902204001714cced2e99ea50180246370d7a573f40cc27c35812793d44541289ba80a: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/astra-sites.yaml"

View on Github