Skip to content

Photo Gallery by 10Web – Mobile-Friendly Image Gallery Detection

ID: wordpress-photo-gallery

Severity: info

Author: ricardomaia

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

id: wordpress-photo-gallery
info:
name: Photo Gallery by 10Web – Mobile-Friendly Image Gallery Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/photo-gallery/
metadata:
max-request: 1
plugin_namespace: photo-gallery
wpscan: https://wpscan.com/plugin/photo-gallery
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/photo-gallery/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/photo-gallery.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: 4a0a00473045022100cbdd6d1e336e6ecb2381e8446b922f22ad32881f768e99b2349eb36a258138ce0220109753711bc5341723920b6ea5bbb7125cc46130681952a01082876cfe65df64: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/photo-gallery.yaml"

View on Github