nuclei-templates/http/osint/cal.yaml

36 lines
700 B
YAML
Raw Normal View History

2023-03-04 20:22:36 +00:00
id: cal
info:
2023-03-17 14:32:27 +00:00
name: Cal User Name Information - Detect
2023-03-04 20:22:36 +00:00
author: olearycrew
severity: info
2023-03-17 14:48:38 +00:00
description: Cal user name information check was conducted.
2023-03-04 20:22:36 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-03-04 21:06:45 +00:00
tags: osint,osint-social,cal,caldotcom
metadata:
max-request: 1
2023-03-04 20:22:36 +00:00
self-contained: true
http:
2023-03-04 20:22:36 +00:00
- method: GET
path:
- "https://cal.com/{{user}}"
matchers-condition: and
matchers:
2023-03-04 21:06:45 +00:00
- type: word
part: body
words:
2023-03-08 18:21:09 +00:00
- 'username":"{{user}}"'
2023-03-04 21:06:45 +00:00
- '"email":'
condition: and
2023-03-04 20:22:36 +00:00
- type: status
status:
2023-03-08 18:21:09 +00:00
- 200
# Enhanced by cs 03/17/2023