nuclei-templates/http/osint/hackenproof.yaml

35 lines
760 B
YAML
Raw Normal View History

2023-09-15 01:59:27 +00:00
id: hackenproof
info:
name: Hackenproof User Name Information - Detect
author: philippedelteil
severity: info
2023-09-15 09:13:02 +00:00
description: Hackenproof user name information check was conducted.
2023-09-15 01:59:27 +00:00
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
metadata:
max-request: 1
2023-09-15 09:13:02 +00:00
tags: osint,osint-tech,hackenproof
2023-09-15 01:59:27 +00:00
self-contained: true
http:
- method: GET
path:
- "https://hackenproof.com/hackers/{{user}}"
matchers-condition: and
matchers:
2023-09-15 09:13:02 +00:00
- type: word
part: body
words:
- 'Check out {{user}} on HackenProof'
- 'Member since'
condition: and
case-insensitive: true
2023-09-15 01:59:27 +00:00
- type: status
status:
- 200