49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-updraftplus
|
|
|
|
info:
|
|
name: UpdraftPlus' WP Backup & Migration Plugin Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/updraftplus/
|
|
metadata:
|
|
plugin_namespace: updraftplus
|
|
wpscan: https://wpscan.com/plugin/updraftplus
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/updraftplus/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/updraftplus.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: 490a0046304402203dd1c179f6d919b0704da90d45b686e48efb137b0f4cbddf51c98521a85bcd4f02207aabd147ddddf3ee0183ee27d67b7bb765ea1305d9c18017f5898811609f449a:922c64590222798bb761d5b6d8e72950 |