patch-1
bauthard 2020-10-03 12:04:41 +05:30
commit 531bbbd9eb
1 changed files with 22 additions and 21 deletions

View File

@ -1,22 +1,23 @@
id: jupyter-ipython-unauth
info:
name: Jupyter ipython Unauth
author: pentest_swissky
severity: critical
description: Unauthenticated access to Jupyter instance
requests:
- method: GET
path:
- "{{BaseURL}}/ipython/tree"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "ipython/static/components"
- "ipython/kernelspecs"
id: jupyter-ipython-unauth
info:
name: Jupyter ipython Unauth
author: pentest_swissky
severity: critical
description: Unauthenticated access to Jupyter instance
requests:
- method: GET
path:
- "{{BaseURL}}/ipython/tree"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- ipython/static/components
- ipython/kernelspecs
part: body