nuclei-templates/exposed-panels/posthog-admin-panel.yaml

30 lines
532 B
YAML

id: posthog-admin-panel
info:
name: Posthog Admin Panel
author: theabhinavgaur
severity: info
metadata:
verified: true
shodan-query: http.title:"posthog"
tags: panel,posthog
requests:
- method: GET
path:
- "{{BaseURL}}/login?next=/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>PostHog</title>'
- 'content="PostHog'
- 'POSTHOG_HOST'
condition: or
- type: status
status:
- 200