EBay User Name Information - Detect
ID: ebay
Severity: info
Author: dwisiswant0
Tags: osint,osint-shopping,ebay
Description
Section titled “Description”EBay user name information check was conducted.
YAML Source
Section titled “YAML Source”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: 4a0a004730450220596d265c4e25cf605d5830d5506a7ec4c97c17ed7aa17aa4b47c4f025daa804f022100aac71a25a9c42572821916787bc3d32bb982b6c204d1e5db1901c2550ff23356:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/user-enumeration/ebay.yaml"