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