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

30 lines
532 B
YAML
Raw Normal View History

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