Skip to content

Vero User Name Information - Detect

ID: vero

Severity: info

Author: dwisiswant0

Tags: osint,osint-art,vero

Vero user name information check was conducted.

id: vero
info:
name: Vero User Name Information - Detect
author: dwisiswant0
severity: info
description: Vero 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-art,vero
self-contained: true
http:
- method: GET
path:
- "https://vero.co/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "on VERO™</title>"
# digest: 4a0a00473045022100dbc760c8e21396741c7bff64528614184f1934c343c5f1d2aacf995f24eeb155022036a9766b1935d1580ac82cc46f8abf38afbbbe0134c10ef598cf6702ae96b64b: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/vero.yaml"

View on Github