Skip to content

Cameo User Name Information - Detect

ID: cameo

Severity: info

Author: dwisiswant0

Tags: osint,osint-shopping,cameo

Cameo user name information check was conducted.

id: cameo
info:
name: Cameo User Name Information - Detect
author: dwisiswant0
severity: info
description: Cameo 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-shopping,cameo
self-contained: true
http:
- method: GET
path:
- "https://www.cameo.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "aggregateRating"
# digest: 490a0046304402206e54a00459ebe6608f05c3376d0ae6d01fc74f1321ef098adeff3fe04f7cacc20220346ed079dc8959b2d60cfa22bf0e20755c07e763aef561e3309da1610b2b12c3: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/cameo.yaml"

View on Github