50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-wp-mail-smtp
|
||
|
||
info:
|
||
name: WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/wp-mail-smtp/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: wp-mail-smtp
|
||
wpscan: https://wpscan.com/plugin/wp-mail-smtp
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/wp-mail-smtp/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/wp-mail-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: 4a0a00473045022100e8512ccacfea0e09dea3835b85ddb49beb14f215d0fcd6a0752c5b223e352562022045e4e136bc7aaf39dbba84f92e73ca783b61a459a0e93324880d3e67c7fea68d:922c64590222798bb761d5b6d8e72950 |