49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-mainwp-child
|
||
|
||
info:
|
||
name: MainWP Child – Securely Connects to the MainWP Dashboard to Manage Multiple Sites Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/mainwp-child/
|
||
metadata:
|
||
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: 490a004630440220192d4be60d5c0a4e6b91f54dafb5a39eef40e81a0875570981827fc8c0191d700220417a5cec7126e85ecac1d34bcc629c101bfef5968fa09764ccf4b28e9207cf0f:922c64590222798bb761d5b6d8e72950 |