Skip to content

Cal User Name Information - Detect

ID: cal

Severity: info

Author: olearycrew

Tags: osint,osint-social,cal,caldotcom

Cal user name information check was conducted.

id: cal
info:
name: Cal User Name Information - Detect
author: olearycrew
severity: info
description: Cal user name information check was conducted.
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
cwe-id: CWE-200
metadata:
max-request: 1
tags: osint,osint-social,cal,caldotcom
self-contained: true
http:
- method: GET
path:
- "https://cal.com/{{user}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'username":"{{user}}"'
- '"email":'
condition: and
- type: status
status:
- 200
# digest: 490a004630440220086edfe029e299c79dd1781d8527189b82b5bbbb37d7bd30b265c3fb94c38692022033d910bb90c474e894545ca3fc7e74743cf7c9bd9f5fdca8fad3b386eb040946:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/cal.yaml"

View on Github