49 lines
1.4 KiB
YAML
49 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:
|
||
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: 4a0a0047304502203db43080e49f5ba3d68125c6e24bc779f445555fdbb0d1ec8b9cc7862f3bfd1d022100a2c21a3a0634f9604e7fbb0f62eeb21261f480a7665a91e331d055e09a4c5a39:922c64590222798bb761d5b6d8e72950 |