Skip to content

Smart Slider 3 Detection

ID: wordpress-smart-slider-3

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-100,top-200

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: 490a0046304402204e612784fdcc09c23e2d9cd6025f0c0126c75f5f39565c6e309529a688c0670d02204419a6fc77e0a9850e226a949664dc738a94a2a2354844a2dea0b28620614b96:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/smart-slider-3.yaml"

View on Github