52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
id: wordpress-post-smtp
|
||
|
||
info:
|
||
name: POST SMTP Mailer – Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/post-smtp/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: post-smtp
|
||
wpscan: https://wpscan.com/plugin/post-smtp
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/post-smtp/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/post-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: 4a0a00473045022067a57f6616a5cc561075668baf5eba2e973e435cdce881c7f6ebb08432c6a6c4022100f1618afd45522b5693777590abfb4bf6635ac7b8237ef355759c99e47625b649:922c64590222798bb761d5b6d8e72950
|