50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-health-check
|
|
|
|
info:
|
|
name: Health Check & Troubleshooting Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/health-check/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: health-check
|
|
wpscan: https://wpscan.com/plugin/health-check
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/health-check/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/health-check.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: 4a0a00473045022100d9d68d74089f99aad69a8a98915c30be095d137c767a76fc537f2105c51b7103022022df67f5ee90dd74e1b511185c3c7fcffe3a3cc96bf95a0c2d336428d0de09db:922c64590222798bb761d5b6d8e72950 |