nuclei-templates/exposed-panels/piwigo-panel.yaml

39 lines
794 B
YAML
Raw Normal View History

2022-10-15 02:22:41 +00:00
id: piwigo-panel
info:
name: Piwigo Login Panel - Detect
2022-10-15 02:22:41 +00:00
author: daffainfo
severity: info
description: Piwigo login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-10-15 02:22:41 +00:00
metadata:
verified: true
fofa-query: title="piwigo"
google-query: "Powered by Piwigo"
tags: panel,piwigo
requests:
- method: GET
path:
- "{{BaseURL}}/identification.php"
2022-10-17 08:49:03 +00:00
redirects: true
max-redirects: 2
2022-10-15 02:22:41 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<body id=theIdentificationPage>'
- 'piwigo.org">Piwigo</a>'
condition: and
- type: status
status:
- 200
# Enhanced by md on 2022/12/06