49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
id: wordpress-really-simple-ssl
|
||
|
||
info:
|
||
name: Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/really-simple-ssl/
|
||
metadata:
|
||
plugin_namespace: really-simple-ssl
|
||
wpscan: https://wpscan.com/plugin/really-simple-ssl
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/really-simple-ssl/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/really-simple-ssl.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: 4b0a00483046022100e8d1f5087fd2651fbcf62aa8609159bfa06a683c940fe316097656534b91a6760221009b67c41272d1d53c79dda1c1d88b96b7fce98122dd22d7cedbff2a2a08fa52a3:922c64590222798bb761d5b6d8e72950 |