Skip to content

HackerOne User Name Information - Detect

ID: hackerone

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,hackerone

HackerOne user name information check was conducted.

id: hackerone
info:
name: HackerOne User Name Information - Detect
author: dwisiswant0
severity: info
description: HackerOne 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-tech,hackerone
self-contained: true
http:
- method: GET
path:
- "https://hackerone.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "profile that highlights"
# digest: 4a0a0047304502200aea0aedb82fbc2e184bcc53dd849860f6282c1bbfe1fa222eca9af620ed61e2022100e6a83a888b8a52d9a9ee9e75591d990843825eb40f0066de152559a85f0e71fb: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/hackerone.yaml"

View on Github