38 lines
925 B
YAML
38 lines
925 B
YAML
|
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: 4a0a00473045022100b18905d7a933ffb5275a18ec42533efd2a0810d90badd85c02b582ac6b1b1283022075eb7e796211c0e7ecdb3dda15a2692f9471da75bb753685e1af79b86d0929ad:922c64590222798bb761d5b6d8e72950
|