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