Skip to content

Rsi User Name Information - Detect

ID: rsi

Severity: info

Author: dwisiswant0

Tags: osint,osint-gaming,rsi

Rsi user name information check was conducted.

id: rsi
info:
name: Rsi User Name Information - Detect
author: dwisiswant0
severity: info
description: Rsi 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,rsi
self-contained: true
http:
- method: GET
path:
- "https://robertsspaceindustries.com/citizens/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "CITIZEN DOSSIER"
# digest: 4b0a00483046022100ecaca4cc6a2cb2d78026c0cdda562a23d3185d27d380ad4d87412a676f45307c022100ca851f7e4e4b977f805d1baa3f83dcfa51147e87e08598564084c1db19134334: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/rsi.yaml"

View on Github