35 lines
862 B
YAML
35 lines
862 B
YAML
|
id: codecademy
|
||
|
|
||
|
info:
|
||
|
name: Codecademy User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Codecademy 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-coding,codecademy
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://discuss.codecademy.com/u/{{user}}/summary"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title> Profile - "
|
||
|
|
||
|
# digest: 4a0a0047304502207e11ad94fe0fe9f4f4b9daf8fb962a08511adf451f60e86f2f23e44ac45bfa0a022100e4de618217ab46f0c2f5bdcc707147e63d7a6fe12fe283afcaef7295376bd898:922c64590222798bb761d5b6d8e72950
|