35 lines
849 B
YAML
35 lines
849 B
YAML
|
id: hacker-news
|
||
|
|
||
|
info:
|
||
|
name: Hacker News User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Hacker News 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,hacker-news
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://news.ycombinator.com/user?id={{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "created:"
|
||
|
|
||
|
# digest: 4a0a00473045022100fdd0bc3b7c2e6ea68c6c37ca073d6f30c2c61777c5d8d747a1ea36f96aba7e6702205440e633aa5e48813b071833006ed05bb01f8e9178a4a62a92b9bb16540879d0:922c64590222798bb761d5b6d8e72950
|