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"
|
2024-05-29 18:15:07 +00:00
|
|
|
- "Minimum 15 characters long</li>"
|
|
|
|
condition: and
|
2024-05-29 18:10:27 +00:00
|
|
|
|
2024-05-29 18:07:39 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|