2020-10-01 18:38:09 +00:00
|
|
|
id: jupyter-ipython-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
author: pentest_swissky
|
|
|
|
description: Unauthenticated access to Jupyter instance
|
2020-10-01 18:54:24 +00:00
|
|
|
name: Jupyter ipython Unauth
|
|
|
|
severity: critical
|
|
|
|
|
2020-10-01 18:38:09 +00:00
|
|
|
requests:
|
2020-10-01 18:54:24 +00:00
|
|
|
- matchers:
|
|
|
|
- status:
|
2020-10-01 18:38:09 +00:00
|
|
|
- 200
|
2020-10-01 18:54:24 +00:00
|
|
|
type: status
|
|
|
|
- part: body
|
|
|
|
type: word
|
|
|
|
words:
|
|
|
|
- ipython/static/components
|
|
|
|
- ipython/kernelspecs
|
|
|
|
matchers-condition: and
|
|
|
|
method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/ipython/tree'
|