Skip to content

Dot.cards User Name Information - Detect

ID: dotcards

Severity: info

Author: dwisiswant0

Tags: osint,osint-business,dotcards

Dot.cards user name information check was conducted.

id: dotcards
info:
name: Dot.cards User Name Information - Detect
author: dwisiswant0
severity: info
description: Dot.cards 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-business,dotcards
self-contained: true
http:
- method: GET
path:
- "https://dot.cards/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "&#x27;s dot.Profile</title>"
- type: word
part: body
words:
- '"message":"The username does not exist"'
negative: true
# digest: 4b0a00483046022100eda8772bab5a1c3451b15b46ee0e9eb2c5f01700bd83cc5b391b882cedb77b6a022100e8e0e3021e9b289d6b0ec7c22e43d6d5197b16a9f87106d7ecc925cde979f344: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/dotcards.yaml"

View on Github