49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
id: wordpress-widget-importer-exporter
|
|
|
|
info:
|
|
name: Widget Importer & Exporter Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/widget-importer-exporter/
|
|
metadata:
|
|
plugin_namespace: widget-importer-exporter
|
|
wpscan: https://wpscan.com/plugin/widget-importer-exporter
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/widget-importer-exporter/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/widget-importer-exporter.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: 4a0a004730450220169ad94e36fe6b7947873e5b37312a13f8f8e7f1f950329801477cc00c9c13320221009fae19d20c3385f2f866c10050a35b2629e5279f19f36e8c988b4f22440b70f9:922c64590222798bb761d5b6d8e72950 |