nuclei-templates/http/osint/hashnode.yaml

32 lines
665 B
YAML
Raw Normal View History

2023-04-17 10:40:48 +00:00
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.0
cwe-id: CWE-200
tags: osint,osint-social,hashnode
self-contained: true
http:
2023-04-17 10:40:48 +00:00
- method: GET
path:
- "https://hashnode.com/@{{user}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-04-20 17:57:35 +00:00
- 'Member Since'
- '"username":"{{user}}"'
2023-04-17 10:40:48 +00:00
condition: and
- type: status
status:
- 200