35 lines
833 B
YAML
35 lines
833 B
YAML
|
id: yelp
|
||
|
|
||
|
info:
|
||
|
name: Yelp User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Yelp 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-shopping,yelp
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.yelp.com/user_details?userid={{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "'s Reviews |"
|
||
|
|
||
|
# digest: 4a0a0047304502201355c2b59dd5c6f09519b71f3c008705197ce098aa28300f978c15a36a73aed6022100eb6a461ce14b9c7d70ec9d9f33433023f47326cc0be0d1ee2466e1333ca62e5b:922c64590222798bb761d5b6d8e72950
|