50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-better-wp-security
|
||
|
||
info:
|
||
name: Solid Security – Password, Two Factor Authentication, and Brute Force Protection Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/better-wp-security/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: better-wp-security
|
||
wpscan: https://wpscan.com/plugin/better-wp-security
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/better-wp-security/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/better-wp-security.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: 4a0a0047304502204ceb0076f0a1d3c6e94ff1e672a807b37733d518fdd5a98b995086332621b96f022100952242a4bf8a9849425cf393600850be3f2df67bf2bd051c5e5a31249683956e:922c64590222798bb761d5b6d8e72950 |