23 lines
460 B
YAML
23 lines
460 B
YAML
id: jupyter-ipython-unauth
|
|
|
|
info:
|
|
name: Jupyter ipython Unauth
|
|
author: pentest_swissky
|
|
severity: critical
|
|
description: Unauthenticated access to Jupyter instance
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ipython/tree"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- ipython/static/components
|
|
- ipython/kernelspecs
|
|
part: body |