49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-breeze
|
||
|
||
info:
|
||
name: Breeze – WordPress Cache Plugin Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/breeze/
|
||
metadata:
|
||
plugin_namespace: breeze
|
||
wpscan: https://wpscan.com/plugin/breeze
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/breeze/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/breeze.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: 4b0a00483046022100d398314077dddf7a3ed3dd09d9db96806a15da8ac07a7f9dbcea2229c65cc0d3022100ef96bd97354d4dcc3b37717097c8206b1794b6378955c2fd9a90620543b81b64:922c64590222798bb761d5b6d8e72950 |