50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-custom-fonts
|
||
|
||
info:
|
||
name: Custom Fonts – Host Your Fonts Locally Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/custom-fonts/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: custom-fonts
|
||
wpscan: https://wpscan.com/plugin/custom-fonts
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/custom-fonts/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/custom-fonts.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: 4b0a00483046022100eb7d420812db9839d274557bfd19ebe14b2fe1b7fe6a3b29b02915ad7777165c022100be1409fe7ed67585e458df92f6159fd8502302e914f5515f85087c7dc798a005:922c64590222798bb761d5b6d8e72950 |