nuclei-templates/http/exposed-panels/portainer-panel.yaml

40 lines
769 B
YAML

id: portainer-panel
info:
name: Portainer Login Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://github.com/portainer/portainer
metadata:
verified: true
max-request: 2
shodan-query: title:"Portainer"
tags: panel,portainer,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/#!/auth"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Portainer'
- 'ng-app="portainer'
- 'content="Portainer'
- 'alt="Portainer'
- 'portainer.auth'
condition: or
- type: status
status:
- 200