Skip to content

Pastebin User Name Information - Detect

ID: pastebin

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,pastebin

Pastebin user name information check was conducted.

id: pastebin
info:
name: Pastebin User Name Information - Detect
author: dwisiswant0
severity: info
description: Pastebin 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-tech,pastebin
self-contained: true
http:
- method: GET
path:
- "https://pastebin.com/u/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "'s Pastebin"
# digest: 4b0a00483046022100ebbcd0dd490fa4620cdad596de358f7e51f0cc557210e482082decd12002b80302210083a6a5c7505301670ded0148acfd6220d89cd49f8fddaa9b5edd797df14f2509: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/pastebin.yaml"

View on Github