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 Slideshows 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: 4a0a00473045022040cc56aa0cb735bb768305a6ee5d0c4978a84b7a164f783e628cd96f30d4e50b022100b8be83b11af5ec4e67e198347a1e3edbf3c218bc4dbd3d2afb2838d7f3d6abe4:922c64590222798bb761d5b6d8e72950 |