39 lines
990 B
YAML
39 lines
990 B
YAML
id: posthog-admin-panel
|
|
|
|
info:
|
|
name: PostHog Login Panel - Detect
|
|
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
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:posthog:posthog:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
product: posthog
|
|
shodan-query: http.title:"posthog"
|
|
vendor: posthog
|
|
verified: true
|
|
tags: panel,posthog
|
|
|
|
http:
|
|
- 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
|
|
# digest: 490a0046304402201fe03dfe985f663108bde640a321dffa205294693746fa180254c1e06358401b0220080a8a52a8d892fcf56b5568e697dd8c79258554f29fd62487e3a9e47faa2717:922c64590222798bb761d5b6d8e72950
|