49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-easy-wp-smtp
|
||
|
||
info:
|
||
name: Easy WP SMTP – WordPress SMTP and Email Logs' Gmail, Office 365, Outlook, Custom SMTP, and more Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/easy-wp-smtp/
|
||
metadata:
|
||
plugin_namespace: easy-wp-smtp
|
||
wpscan: https://wpscan.com/plugin/easy-wp-smtp
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/easy-wp-smtp/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/easy-wp-smtp.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: 490a00463044022023715c26af83afe60e0c3446f886eb0bf40157b04dd3b4ab221cedd67e221ad102202bd2508871d89fc8620d7efb89985f1a00b9fca985b566f69a60cae441960bc3:922c64590222798bb761d5b6d8e72950 |