Skip to content

MyFitnessPal Community User Name Information - Detect

ID: myfitnesspal-community

Severity: info

Author: dwisiswant0

Tags: osint,osint-health,myfitnesspal-community

MyFitnessPal Community user name information check was conducted.

id: myfitnesspal-community
info:
name: MyFitnessPal Community User Name Information - Detect
author: dwisiswant0
severity: info
description: MyFitnessPal Community 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,myfitnesspal-community
self-contained: true
http:
- method: GET
path:
- "https://community.myfitnesspal.com/en/profile/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- ">Last Active<"
# digest: 4a0a0047304502205d79ef5b2baab5e180748be4525f4ecba12222270bd184b1595a70758fb7f406022100cd30e9788865e3d14d8c99b738f9995964dc2183e3bddf7872512c4b1ba667d8: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/myfitnesspal-community.yaml"

View on Github