49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-sucuri-scanner
|
||
|
||
info:
|
||
name: Sucuri Security – Auditing, Malware Scanner and Security Hardening Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/sucuri-scanner/
|
||
metadata:
|
||
plugin_namespace: sucuri-scanner
|
||
wpscan: https://wpscan.com/plugin/sucuri-scanner
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/sucuri-scanner/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/sucuri-scanner.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: 4b0a0048304602210089fb3239cbd8e00d08a207ae0146352ec264f78cb36de4289490cd462c2eca93022100dc4c22e297e75c444429da2e996526a6f2dc78ae208d44641ad3a929c4c45082:922c64590222798bb761d5b6d8e72950 |