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

23 lines
484 B
YAML
Raw Normal View History

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
requests:
2020-10-01 18:54:24 +00:00
- matchers:
- status:
- 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'