52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
id: wordpress-black-studio-tinymce-widget
|
|
|
|
info:
|
|
name: Black Studio TinyMCE Widget Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/black-studio-tinymce-widget/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: black-studio-tinymce-widget
|
|
wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/black-studio-tinymce-widget/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/black-studio-tinymce-widget.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: 490a0046304402202bbaf10d61684bf4d13b7f2b7da7fcbbec6d412cd89198009354169e65c99ba102205d5f3d5e4b13e7264c92f6fdcf111f207e5aa5b11807bbd88c3245acc2211aee:922c64590222798bb761d5b6d8e72950
|