Skip to content

Wordfence Security – Firewall, Malware Scan, and Login Security Detection

ID: wordpress-wordfence

Severity: info

Author: ricardomaia

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

id: wordpress-wordfence
info:
name: Wordfence Security – Firewall, Malware Scan, and Login Security Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/wordfence/
metadata:
plugin_namespace: wordfence
wpscan: https://wpscan.com/plugin/wordfence
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wordfence/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/wordfence.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: 4b0a00483046022100bad93f84fc4b79f6129ec63b346238e3170807eec62a92cb3a90d4af626ce7690221009830bf4392e87b7530c68c31e7a9b100ab0e856310865a0c212706202f0a35c4: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/wordfence.yaml"

View on Github