nuclei-templates/misconfiguration/zenphoto-sensitive-info.yaml

34 lines
808 B
YAML
Raw Normal View History

id: zenphoto-sensitive-info
2020-09-13 04:42:21 +00:00
info:
name: Zenphoto Installation Sensitive Information
author: qlkwej
severity: medium
description: Misconfiguration on Zenphoto version < 1.5.X which lead to sensitive information disclosure
2021-03-12 08:57:14 +00:00
tags: unauth
2020-09-13 04:42:21 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/zenphoto/zp-core/setup/index.php'
- '{{BaseURL}}/zp/zp-core/setup/index.php'
- '{{BaseURL}}/gallery/zp-core/setup/index.php'
- '{{BaseURL}}/zp-core/setup/index.php'
2021-10-19 12:15:19 +00:00
2021-10-19 02:18:31 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- Welcome to Zenphoto! This page will set up Zenphoto
part: body
2020-09-13 04:42:21 +00:00
- type: word
words:
- text/html
part: header
2020-09-13 04:42:21 +00:00
- type: status
status:
- 200