Skip to content

Cloudflare User Name Information - Detect

ID: cloudflare

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,cloudflare

Cloudflare user name information check was conducted.

id: cloudflare
info:
name: Cloudflare User Name Information - Detect
author: dwisiswant0
severity: info
description: Cloudflare 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-tech,cloudflare
self-contained: true
http:
- method: GET
path:
- "https://community.cloudflare.com/u/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "- Cloudflare Community"
# digest: 4a0a0047304502203b845f306d5d5270b55c3bcf688578479dcf2083f7242a8927fe43d862ea911c022100cb15d2395df2922f60196b960fd0d9c10613f0bee7acd74913bd546a63b2510b: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/cloudflare.yaml"

View on Github