nuclei-templates/http/misconfiguration/installer/call-com-installer.yaml

32 lines
577 B
YAML
Raw Normal View History

2024-05-29 18:07:39 +00:00
id: call-com-installer
info:
name: Call.com Setup Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed Call.com Setup page.
reference:
- https://cal.com/
metadata:
verified: true
max-request: 1
fofa-query: body="Setup | Cal.com"
tags: misconfig,install,exposure,cal
http:
- method: GET
path:
- "{{BaseURL}}/auth/setup"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Setup | Cal.com"
- type: status
status:
- 200