Skip to content

Udemy User Name Information - Detect

ID: udemy

Severity: info

Author: dwisiswant0

Tags: osint,osint-tech,udemy

Udemy user name information check was conducted.

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

View on Github