Merge pull request #9936 from projectdiscovery/call-com-installer

Create call-com-installer.yaml
patch-3
Ritik Chaddha 2024-05-30 18:44:05 +05:30 committed by GitHub
commit 0a740cad1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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"
- "Minimum 15 characters long</li>"
condition: and
- type: status
status:
- 200