49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-simple-history
|
||
|
||
info:
|
||
name: Simple History – Track, Log, and Audit WordPress Changes Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/simple-history/
|
||
metadata:
|
||
plugin_namespace: simple-history
|
||
wpscan: https://wpscan.com/plugin/simple-history
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/simple-history/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/simple-history.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: 4a0a0047304502201fd230213ec97a92d3d94b9d94d2ac4867c1ff610a7f8ec4f9f3f45c9d45a3f2022100e14df464c940f07f16cfc1c91c6d637d807e38f9f11e5959e62c8b6fb938ecbc:922c64590222798bb761d5b6d8e72950 |