Hackster User Name Information - Detect
ID: hackster
Severity: info
Author: dwisiswant0
Tags: osint,osint-coding,hackster
Description
Section titled “Description”Hackster user name information check was conducted.
YAML Source
Section titled “YAML Source”id: hackster
info: name: Hackster User Name Information - Detect author: dwisiswant0 severity: info description: Hackster 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-coding,hackster
self-contained: true
http: - method: GET path: - "https://www.hackster.io/{{user}}"
matchers-condition: and matchers: - type: status status: - 200
- type: word part: body words: - "- Hackster.io"# digest: 4a0a00473045022002432f025bff8c5611614d5c2db2608f6a6694deb04966e95b439418bca5aef90221008d28ee94aae35cbc5914ff0c0428324099acfc4924dae3bd8d2ca220e2a3ebc9: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/hackster.yaml"