Skip to content

PCPartPicker User Name Information - Detect

ID: pcpartpicker

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,pcpartpicker

PCPartPicker user name information check was conducted.

id: pcpartpicker
info:
name: PCPartPicker User Name Information - Detect
author: dwisiswant0
severity: info
description: PCPartPicker 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,pcpartpicker
self-contained: true
http:
- method: GET
path:
- "https://pcpartpicker.com/user/{{user}}/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "class=\"active\""
# digest: 4a0a004730450220182fb16fc181851db8caee567ea8efd053772fdaaab174732d8c2911903bd249022100c27be6f96ab69866e74ee92405379c652a407dc8d3843469775f448f3fccb392: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/pcpartpicker.yaml"

View on Github