52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
id: wordpress-mainwp-child
|
||
|
||
info:
|
||
name: MainWP Child – Securely Connects Sites to the MainWP WordPress Manager Dashboard Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/mainwp-child/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: mainwp-child
|
||
wpscan: https://wpscan.com/plugin/mainwp-child
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/mainwp-child/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/mainwp-child.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: 490a004630440220191a5b627c10654935154e32e1f5d46b36b35f222ab815b59ae044b4c7c787af022030cf01c046d254a470f27d73f642bd15aa7d02a872d7d48f24c3eff9913d8641:922c64590222798bb761d5b6d8e72950
|