Skip to content

Steller User Name Information - Detect

ID: steller

Severity: info

Author: dwisiswant0

Tags: osint,osint-shopping,steller

Steller user name information check was conducted.

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

View on Github