25 lines
391 B
YAML
25 lines
391 B
YAML
id: cashapp
|
|
|
|
info:
|
|
name: cash.app
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-finance,cashapp
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://cash.app/${{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- " on Cash App</title>"
|