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: 4b0a00483046022100e6e3ca94b909566e01cf9040d848adeee87562e765cea66d94179e7453f134690221008ffcba28b073e4315969d8639255e675009d515a961bb301154dc9b761b5226e:922c64590222798bb761d5b6d8e72950 |