Skip to content

Reddit User Name Information - Detect

ID: reddit

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,reddit

Reddit user name information check was conducted.

id: reddit
info:
name: Reddit User Name Information - Detect
author: dwisiswant0
severity: info
description: Reddit 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,reddit
self-contained: true
http:
- method: GET
path:
- "https://www.reddit.com/user/{{user}}/about/.json"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "total_karma"
# digest: 4a0a00473045022014e64170040d181c7db06a3eb1dcf51b9c01f2d88abd0d2d886294156a4327db022100c29343c91a953af97f547f5aaf1f14698106e5d8a840283f0f788eb3d421ceba: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/reddit.yaml"

View on Github