Skip to content

Brickset User Name Information - Detect

ID: brickset

Severity: info

Author: dwisiswant0

Tags: osint,osint-hobby,brickset

Brickset user name information check was conducted.

id: brickset
info:
name: Brickset User Name Information - Detect
author: dwisiswant0
severity: info
description: Brickset 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-hobby,brickset
self-contained: true
http:
- method: GET
path:
- "https://forum.brickset.com/profile/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Activity</h2>"
# digest: 4a0a0047304502202708dcbafe2784aaec0b991b5f0b46158fa77e4772711d769e3bdf9aaab2372f022100bfa52f3e0b59f50ad632d31303ab0e49d5bfa0b083419d19d2a1bd37ceb9ada9: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/brickset.yaml"

View on Github