Skip to content

Teespring User Name Information - Detect

ID: teespring

Severity: info

Author: dwisiswant0

Tags: osint,osint-business,teespring

Teespring user name information check was conducted.

id: teespring
info:
name: Teespring User Name Information - Detect
author: dwisiswant0
severity: info
description: Teespring 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-business,teespring
self-contained: true
http:
- method: GET
path:
- "https://commerce.teespring.com/v1/stores?slug={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "sellerToken"
# digest: 4a0a004730450220189ab4b72b3f140af6cd3ac054fa33e04879f40ae58c70bbb0c27ae88276672a022100a047eab16390f86e6a632aea690b3783056ccfa77c9be55b9f86e5aaf5b9b96f: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/teespring.yaml"

View on Github