Skip to content

MapMyTracks User Name Information - Detect

ID: mapmytracks

Severity: info

Author: dwisiswant0

Tags: osint,osint-health,mapmytracks

MapMyTracks user name information check was conducted.

id: mapmytracks
info:
name: MapMyTracks User Name Information - Detect
author: dwisiswant0
severity: info
description: MapMyTracks 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,mapmytracks
self-contained: true
http:
- method: GET
path:
- "https://www.mapmytracks.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Daily distance this week"
# digest: 4a0a0047304502210096d9b09cccb91c71d90e5bc7cc40fefff311ef88f4badb758b3aedb2c7974acd02201fb5d70951f566973710aa7bea603f8d4ac69f5f317dd2db73cd78be3b15673f: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/mapmytracks.yaml"

View on Github