35 lines
817 B
YAML
35 lines
817 B
YAML
|
id: kaggle
|
||
|
|
||
|
info:
|
||
|
name: Kaggle User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Kaggle 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,kaggle
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.kaggle.com/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "| Kaggle"
|
||
|
|
||
|
# digest: 4a0a004730450220676e73968208ed70f14613e3b5c46ee78e23883e054e3e1b7e79f3c9de7aefd30221009a2efeb03c00a1d1960ffe5e24de0a53486dced978bbaae93e0973f98a835492:922c64590222798bb761d5b6d8e72950
|