52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
id: wordpress-malcare-security
|
||
|
||
info:
|
||
name: MalCare WordPress Security Plugin – Malware Scanner, Cleaner, Security Firewall Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/malcare-security/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: malcare-security
|
||
wpscan: https://wpscan.com/plugin/malcare-security
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/malcare-security/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/malcare-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: 4a0a0047304502202247734ee0c2cd8e38f095637da7e2b763af45f305362445623022aad7bb06a60221009494f1faeae5cc3878a5925e35fd86145ebeb26208bf3c625e612f03e35f53ab:922c64590222798bb761d5b6d8e72950
|