Skip to content

Garmin connect User Name Information - Detect

ID: garmin-connect

Severity: info

Author: dwisiswant0

Tags: osint,osint-health,garmin-connect

Garmin connect user name information check was conducted.

id: garmin-connect
info:
name: Garmin connect User Name Information - Detect
author: dwisiswant0
severity: info
description: Garmin connect 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-health,garmin-connect
self-contained: true
http:
- method: GET
path:
- "https://connect.garmin.com/modern/profile/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "window.ERROR_VIEW = null"
# digest: 4b0a00483046022100edbe4fc141b728e72216015ede414e4dd2a33294b9d57c7e9ec318be2b6224df0221009761a2699de1524132c206bbb9ca0a02371f588fadb64d6a2a63d48487a7a6b8: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/garmin-connect.yaml"

View on Github