Skip to content

Revolut User Name Information - Detect

ID: revolut

Severity: info

Author: dwisiswant0

Tags: osint,osint-finance,revolut

Revolut user name information check was conducted.

id: revolut
info:
name: Revolut User Name Information - Detect
author: dwisiswant0
severity: info
description: Revolut 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-finance,revolut
self-contained: true
http:
- method: GET
path:
- "https://revolut.me/api/web-profile/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "\"firstName\""
# digest: 4b0a004830460221008c400ed6005664c517129b8422a3cbe3dab3a87dd4185d9ac5809e90ace740da022100c0cd385b9d3b195c422d602ccfef6e83c50bcdf513ed244d7cf4f86e957abec4: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/revolut.yaml"

View on Github