50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-insert-headers-and-footers
|
||
|
||
info:
|
||
name: WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/insert-headers-and-footers/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: insert-headers-and-footers
|
||
wpscan: https://wpscan.com/plugin/insert-headers-and-footers
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/insert-headers-and-footers/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/insert-headers-and-footers.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: 4a0a0047304502205f29d3df6cb8cd1dbcaea09a3bd0b5dfb97c738bb78c44bc914896d8b966021e022100e9ad07e16305a41cfe8eaa5a435e7c5cf5805675c8a06565e34b1ffe9e739b87:922c64590222798bb761d5b6d8e72950 |