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