50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-tinymce-advanced
|
|
|
|
info:
|
|
name: Advanced Editor Tools Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/tinymce-advanced/
|
|
metadata:
|
|
plugin_namespace: tinymce-advanced
|
|
wpscan: https://wpscan.com/plugin/tinymce-advanced
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/tinymce-advanced/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/tinymce-advanced.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: 4a0a0047304502207d5a8a334c73f4533d1a00f6afd1c0bfce744cc6fe64ca2f0de974c3856c6f4602210097d56671faf1d2ce2297cf3766d6217a4d91d0509172b4cff349c6972287f967:922c64590222798bb761d5b6d8e72950 |