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