Skip to content

Etsy User Name Information - Detect

ID: etsy

Severity: info

Author: dwisiswant0

Tags: osint,osint-shopping,etsy

Etsy user name information check was conducted.

id: etsy
info:
name: Etsy User Name Information - Detect
author: dwisiswant0
severity: info
description: Etsy 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,etsy
self-contained: true
http:
- method: GET
path:
- "https://www.etsy.com/people/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- " on Etsy</title>"
# digest: 4a0a004730450221008a693be78c8630bb545aa2ac3b75c3259e1e78af970570e1d84acac75b5f21bd02207fe730fbfc9590275996116459e707b197e7bd4cf913116e2562a99d9e6d0cec: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/etsy.yaml"

View on Github