Skip to content

Truth Social User Name Information - Detect

ID: truth-social

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,truth-social

Truth Social user name information check was conducted.

id: truth-social
info:
name: Truth Social User Name Information - Detect
author: dwisiswant0
severity: info
description: Truth Social 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,truth-social
self-contained: true
http:
- method: GET
path:
- "https://truthsocial.com/api/v1/accounts/lookup?acct={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "display_name"
# digest: 4b0a004830460221009321e92f5c01889798a5522fd247d4ab55871051f9464ff2d1d371f03180a221022100f57b5463c52b3836b40f3e82600cc1040a532547ee0dea692ed2a7a940bfe3d9: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/truth-social.yaml"

View on Github