50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-shortcodes-ultimate
|
|
|
|
info:
|
|
name: WP Shortcodes Plugin — Shortcodes Ultimate Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/shortcodes-ultimate/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: shortcodes-ultimate
|
|
wpscan: https://wpscan.com/plugin/shortcodes-ultimate
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/shortcodes-ultimate/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/shortcodes-ultimate.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: 490a0046304402200e7b7228f182d1bcc439957ad267f9a0615819d3debe5c7b2a47b5cb64bed42c02202320892a0453e6622ff27b0f556a11c30484382e7e6af2c535246c89a03f6132:922c64590222798bb761d5b6d8e72950 |