50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-coming-soon
|
|
|
|
info:
|
|
name: Website Builder by SeedProd — Theme Builder, Landing Page Builder, Coming Soon Page, Maintenance Mode Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/coming-soon/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: coming-soon
|
|
wpscan: https://wpscan.com/plugin/coming-soon
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/coming-soon/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/coming-soon.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: 4a0a0047304502202ef4e9e466f63f2b88ec223500229a1bb7b250434ae0c12bb7b05a80dbaaa5c4022100e10ea7f40d115b4f0f274fc1c4ab2ff3f6d8dc3649ca12113001496c2e7ebda2:922c64590222798bb761d5b6d8e72950 |