49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-ml-slider
|
||
|
||
info:
|
||
name: Slider, Gallery, and Carousel by MetaSlider – Responsive WordPress Image Sliders Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/ml-slider/
|
||
metadata:
|
||
plugin_namespace: ml-slider
|
||
wpscan: https://wpscan.com/plugin/ml-slider
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/ml-slider/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/ml-slider.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: 490a00463044022023d22c5578b5fd8c81d820af09c24ebe868f3540f954f63171047d12a8e9e00002207470cec886d506d7efceb55326c72e52e1c90c4a8ed866db354f547b32e966aa:922c64590222798bb761d5b6d8e72950 |