52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
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: 4b0a00483046022100929ea89342f6b5a757b34813bab8cacecad7d5a7f47fdbc0ca2f1a45f63e56b8022100f708815432d990ea53a17148259eeef5e94b1fc034508d9350dd3e1091f30f1e:922c64590222798bb761d5b6d8e72950
|