Skip to content

Teknik User Name Information - Detect

ID: teknik

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,teknik

Teknik user name information check was conducted.

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

View on Github