nuclei-templates/misconfiguration/jupyter-ipython-unauth.yaml

23 lines
460 B
YAML
Raw Normal View History

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
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