2020-10-03 06:34:41 +00:00
|
|
|
id: jupyter-ipython-unauth
|
|
|
|
|
2020-10-01 19:23:47 +00:00
|
|
|
info:
|
|
|
|
name: Jupyter ipython Unauth
|
|
|
|
author: pentest_swissky
|
|
|
|
severity: critical
|
|
|
|
description: Unauthenticated access to Jupyter instance
|
2021-03-12 08:57:14 +00:00
|
|
|
tags: unauth
|
2020-10-03 06:34:41 +00:00
|
|
|
|
2020-10-01 19:23:47 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-10-03 06:34:41 +00:00
|
|
|
- "{{BaseURL}}/ipython/tree"
|
|
|
|
|
2020-10-01 19:23:47 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- ipython/static/components
|
|
|
|
- ipython/kernelspecs
|
2020-10-01 19:24:34 +00:00
|
|
|
part: body
|