Skip to content

Steemit User Name Information - Detect

ID: steemit

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,steemit

Steemit user name information check was conducted.

id: steemit
info:
name: Steemit User Name Information - Detect
author: dwisiswant0
severity: info
description: Steemit 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-social,steemit
self-contained: true
http:
- method: GET
path:
- "https://steemit.com/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "blog"
# digest: 490a0046304402207d1d734163755926cc948e904c4c5ff9cdf0e46a8f909a65427f6cd149d73e2002202557e08b2c2976a32ba25b5b9879590a779bd3128910c6f0bb0150aa6cba35d6: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/steemit.yaml"

View on Github