49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-font-awesome
|
|
|
|
info:
|
|
name: Font Awesome Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/font-awesome/
|
|
metadata:
|
|
plugin_namespace: font-awesome
|
|
wpscan: https://wpscan.com/plugin/font-awesome
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/font-awesome/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/font-awesome.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: 4a0a00473045022028c4329b7754910060193c9d726ff9a955ee6340119ac1769746aaf114755052022100fe0c182711aaef9c5d898c0becb11c6cc13c2fe45a404fe71589ae04aa2a62ef:922c64590222798bb761d5b6d8e72950 |