35 lines
820 B
YAML
35 lines
820 B
YAML
id: ebay
|
|
|
|
info:
|
|
name: EBay User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: EBay 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-shopping,ebay
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://www.ebay.com/usr/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "on eBay</title>"
|
|
|
|
# digest: 4a0a00473045022100ed9cc590c9c82db4a2164d5dfb08ee2698a5a77719f46fb7d25a2e8a24c2b6720220313d4d0e99375bf70f6dc4d621f2ac91a16b2d324da8efd2dbea50cd7b635d57:922c64590222798bb761d5b6d8e72950
|