Skip to content

Venmo User Name Information - Detect

ID: venmo

Severity: info

Author: dwisiswant0

Tags: osint,osint-finance,venmo

Venmo user name information check was conducted.

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: 4b0a00483046022100c3aadd05552108dd53281ba690f1aaa5aff9b710a806a1fa8ae5d565a92a3f76022100ab7db14ad444b3ed7fc75c17763a0ebfbe93b802de43351fa9d6555428a8da14: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/venmo.yaml"

View on Github