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