Skip to content

Keybase User Name Information - Detect

ID: keybase

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,keybase

Keybase user name information check was conducted.

id: keybase
info:
name: Keybase User Name Information - Detect
author: dwisiswant0
severity: info
description: Keybase 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-social,keybase
self-contained: true
http:
- method: GET
path:
- "https://keybase.io/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "username"
# digest: 4b0a00483046022100cc3e53b71d27fdee8dd0ce77de98a3f3ba29e18d49b1f82e63526fd758ec54ef022100c480d9afb9d1364de25c44b5dc6926538e4e291571b12c749195e4a8e7442f50: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/keybase.yaml"

View on Github