Skip to content

Kaggle User Name Information - Detect

ID: kaggle

Severity: info

Author: dwisiswant0

Tags: osint,osint-coding,kaggle

Kaggle user name information check was conducted.

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: 490a0046304402205bcf59e3457cfa089a84297291bea7f195589123db05c27c8b41dcf622607dee022048047f57869893b56cc864ceef65469d521041b5484abd39f1416697231be834: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/kaggle.yaml"

View on Github