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

37 lines
743 B
YAML
Raw Normal View History

2022-12-20 20:21:10 +00:00
id: posthog-admin-panel
info:
name: PostHog Login Panel - Detect
2022-12-20 20:21:10 +00:00
author: theabhinavgaur
severity: info
description: PostHog 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-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
# Enhanced by md on 2023/01/03