Skip to content

Activity Log – Monitor & Record User Changes Detection

ID: wordpress-aryo-activity-log

Severity: info

Author: ricardomaia

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

id: wordpress-aryo-activity-log
info:
name: Activity Log – Monitor & Record User Changes Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/aryo-activity-log/
metadata:
plugin_namespace: aryo-activity-log
wpscan: https://wpscan.com/plugin/aryo-activity-log
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/aryo-activity-log/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/aryo-activity-log.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: 490a004630440220639dc8cf0877427811284d9c274488b54bebaa632184705b21a9ad2cdf9839040220405ed505d99649f62b480b13634162522dc96593dd1e8e13a3b2164435a4ca0a: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/aryo-activity-log.yaml"

View on Github