35 lines
884 B
YAML
35 lines
884 B
YAML
|
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: 4a0a00473045022015fd60a50c08cdc9e4a3ee8d14954d45b8f292a162d72b6e6b131622c2cc8b07022100a3739280277a6f9ebb3b6bcb1260dfcc7c6342c815749656b6a54d8c6b7b4ecd:922c64590222798bb761d5b6d8e72950
|