49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
id: wordpress-fluent-smtp
|
||
|
||
info:
|
||
name: FluentSMTP – WP SMTP Plugin with Amazon SES, SendGrid, MailGun, Postmark, Google and Any SMTP Provider Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/fluent-smtp/
|
||
metadata:
|
||
plugin_namespace: fluent-smtp
|
||
wpscan: https://wpscan.com/plugin/fluent-smtp
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/fluent-smtp/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/fluent-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: 4a0a0047304502210098a4e82d3c21e814aa034caf8215256e8bdbc864c85919be8113c6b2634937820220405d6289345368d81be70160f83abd689aa7f68f3ece7a6ccfb196ccebedf87c:922c64590222798bb761d5b6d8e72950 |