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