Skip to content

Gab User Name Information - Detect

ID: gab

Severity: info

Author: dwisiswant0

Tags: osint,osint-political,gab

Gab user name information check was conducted.

id: gab
info:
name: Gab User Name Information - Detect
author: dwisiswant0
severity: info
description: Gab 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-political,gab
self-contained: true
http:
- method: GET
path:
- "https://gab.com/api/v1/account_by_username/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "followers_count"
# digest: 4a0a00473045022100d73a64c66c320841eb11398d36da59b595a0cfab4dd15f57f0bba8f7d415f4c902202c9eb34a8e239be7adbf7c29106ae86ad98347f230dc78a277aed013b2acbb87: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/gab.yaml"

View on Github