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

23 lines
486 B
YAML
Raw Normal View History

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