mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
id: wordpress-cmb2
|
|
|
|
info:
|
|
name: CMB2 Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/cmb2/
|
|
metadata:
|
|
plugin_namespace: cmb2
|
|
wpscan: https://wpscan.com/plugin/cmb2
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/cmb2/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/cmb2.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: 4a0a0047304502204b28eb2409040b5ddd269b79377e942be6b68d087b22753ed99b837fc6b63a72022100baa47ee9b790f936e7e81f4e673115df3e3f6499ca849dbaab1537e702874c3a:922c64590222798bb761d5b6d8e72950 |