Merge pull request #9936 from projectdiscovery/call-com-installer
Create call-com-installer.yamlpatch-3
commit
0a740cad1e
|
@ -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
|
Loading…
Reference in New Issue