Skill Share User Name Information - Detect
ID: skillshare
Severity: info
Author: olearycrew
Tags: osint,osint-social,skillshare
Description
Section titled “Description”Skill Share user name information check was conducted.
YAML Source
Section titled “YAML Source”id: skillshare
info: name: Skill Share User Name Information - Detect author: olearycrew severity: info description: Skill Share 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-social,skillshare
self-contained: true
http: - method: GET path: - "https://www.skillshare.com/en/user/{{user}}"
matchers-condition: and matchers: - type: word part: body words: - '"username":' - '"email":' - '"isTopTeacher":' condition: and
- type: status status: - 200# digest: 4a0a004730450221008d93de9648d2b159b0fe8a66c38fd1f4c250a0f263ea91f7957ef2b9974ce20e02201293ee4ccbed7a71c250b373c18dc73e53e70f8f984ceee03fd6b4b03a070ccc:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/user-enumeration/skillshare.yaml"