Skip to content

Cash.app User Name Information - Detect

ID: cashapp

Severity: info

Author: dwisiswant0

Tags: osint,osint-finance,cashapp

Cash.app user name information check was conducted.

id: cashapp
info:
name: Cash.app User Name Information - Detect
author: dwisiswant0
severity: info
description: Cash.app 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,cashapp
self-contained: true
http:
- method: GET
path:
- "https://cash.app/${{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- " on Cash App</title>"
# digest: 4a0a0047304502202634c4f1ef6b6ef3749b3f32590598ddeca2f7e729e6cff165fff7a5064b8569022100a5caf061e81eb6d3b5afeb2386a1ffb67b22ebc52de355e7bd652d301e3c4952: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/cashapp.yaml"

View on Github