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

32 lines
584 B
YAML

id: piwigo-panel
info:
name: Piwigo panel login
author: daffainfo
severity: info
metadata:
verified: true
fofa-query: title="piwigo"
google-query: "Powered by Piwigo"
tags: panel,piwigo
requests:
- method: GET
path:
- "{{BaseURL}}/identification.php"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<body id=theIdentificationPage>'
- 'piwigo.org">Piwigo</a>'
condition: and
- type: status
status:
- 200