Hashnode User Name Information - Detect
ID: hashnode
Severity: info
Author: cheesymoon
Tags: osint,osint-social,hashnode
Description
Section titled “Description”hashnode.com user name information check was conducted.
YAML Source
Section titled “YAML Source”id: hashnode
info: name: Hashnode User Name Information - Detect author: cheesymoon severity: info description: hashnode.com 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,hashnode
self-contained: true
http: - method: GET path: - "https://hashnode.com/@{{user}}"
matchers-condition: and matchers: - type: word part: body words: - 'Member Since' - '"username":"{{user}}"' condition: and
- type: status status: - 200# digest: 4a0a0047304502207db888f54cfad5355f449ad22ed4488ea65e154f9b743d8e136e5e3e11334b1b022100bef9e9bfd6473b1196b85b7ae9cb50f504d231721b45c3752a2261294c30de7f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/user-enumeration/hashnode.yaml"