35 lines
833 B
YAML
35 lines
833 B
YAML
|
id: venmo
|
||
|
|
||
|
info:
|
||
|
name: Venmo User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Venmo 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-finance,venmo
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://account.venmo.com/u/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "profileInfo_username__"
|
||
|
|
||
|
# digest: 4a0a0047304502200dfa50c3d55b10506f87087381c1cbe90fb226c8c9e18b7212c8629a36a685f2022100f3264b583cbf394c5a06dcf76c48eba3b41811cd67ecf672a6384dca9a943768:922c64590222798bb761d5b6d8e72950
|