Skip to content

Ebay stores User Name Information - Detect

ID: ebay-stores

Severity: info

Author: dwisiswant0

Tags: osint,osint-shopping,ebay-stores

Ebay stores user name information check was conducted.

id: ebay-stores
info:
name: Ebay stores User Name Information - Detect
author: dwisiswant0
severity: info
description: Ebay stores 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-stores
self-contained: true
http:
- method: GET
path:
- "https://www.ebay.com/str/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "| eBay Stores</title>"
# digest: 4a0a00473045022100d4ad892e21d279722f85df2663c8e9af385f3810d24cb33e5a7258f4fd5178000220224e04ee3216790bbf572ed99c4ab40f1c1da403ed6a9ccb66704b9c216c6b50: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/ebay-stores.yaml"

View on Github