35 lines
847 B
YAML
35 lines
847 B
YAML
|
id: alltrails
|
||
|
|
||
|
info:
|
||
|
name: AllTrails User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: AllTrails 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,alltrails
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.alltrails.com/members/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "'s Profile | "
|
||
|
|
||
|
# digest: 4b0a00483046022100a33670e57bad11b35c185e35a08942e0fd5a6297c0777804dbb8127fd5390048022100a9915a524bae789d1e71443cee9273bbd36a7f00b4e14c601dc9ef3193ff4639:922c64590222798bb761d5b6d8e72950
|