Skip to content

Paypal User Name Information - Detect

ID: paypal

Severity: info

Author: dwisiswant0

Tags: osint,osint-finance,paypal

Paypal user name information check was conducted.

id: paypal
info:
name: Paypal User Name Information - Detect
author: dwisiswant0
severity: info
description: Paypal 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,paypal
self-contained: true
http:
- method: GET
path:
- "https://www.paypal.com/paypalme/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "userInfo"
# digest: 4a0a0047304502206a41267a17515b82be6a3670721c89aa26380817c7460519b91fe08608be1f4e022100fdea92734716c92ba0b8f5cccbcb12eb402d868d9387d77d0de1104d67d625f5: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/paypal.yaml"

View on Github