Skip to content

Gettr User Name Information - Detect

ID: gettr

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,gettr

Gettr user name information check was conducted.

id: gettr
info:
name: Gettr User Name Information - Detect
author: dwisiswant0
severity: info
description: Gettr 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,gettr
self-contained: true
http:
- method: GET
path:
- "https://api.gettr.com/s/user/{{user}}/exist"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "success\":{"
# digest: 490a0046304402207a370f841e4af3828ef1d8829312f7e2b346f06694706d128ed920d20db25f2a022032920fa2743240c2e86f8a1e574f8c359b5d8c207f28bf5970bcb6c4c4a53f9b: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/gettr.yaml"

View on Github