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