Skip to content

Font Awesome Detection

ID: wordpress-font-awesome

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-200

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: 4a0a00473045022100c95c3ced5e771be710daf8410c2a30bf7c7213ce6024aa33bf4066f0de5a71fc02203e2d7d134f2654f284ba74f5afc0b818682b6dfb6fcc79a8446ec655cb30dd7f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/font-awesome.yaml"

View on Github