Skip to content

Playstation Network User Name Information - Detect

ID: playstation-network

Severity: info

Author: dwisiswant0

Tags: osint,osint-gaming,playstation-network

Playstation Network user name information check was conducted.

id: playstation-network
info:
name: Playstation Network User Name Information - Detect
author: dwisiswant0
severity: info
description: Playstation Network 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-gaming,playstation-network
self-contained: true
http:
- method: GET
path:
- "https://psnprofiles.com/xhr/search/users?q={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<div class=\"progress-bar small level\">"
# digest: 4a0a00473045022100a7912689264a7b0fa9a46fac5534f6af7ac54c3659cae8fa727d4870286cfa2102207e664de13588df10acd4e6953422bfe9ebee60c0236d7fd0de8779ab0652459c: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/playstation-network.yaml"

View on Github