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