Skip to content

Destructoid User Name Information - Detect

ID: destructoid

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,destructoid

Destructoid user name information check was conducted.

id: destructoid
info:
name: Destructoid User Name Information - Detect
author: dwisiswant0
severity: info
description: Destructoid 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,destructoid
self-contained: true
http:
- method: GET
path:
- "https://www.destructoid.com/?name={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Follow"
# digest: 490a0046304402206ce3c1cd82206a120e4f71ccfa297fe14e0ae0182d674e59d7bb631aad8e90ce02206054a2dadb61f3d01cc24e6607c0fb8266a2eb7b5c1f498b6dfec5028625f022: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/destructoid.yaml"

View on Github