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