Add files via upload

patch-1
Swissky 2020-10-01 21:23:47 +02:00 committed by GitHub
parent 5003a598a4
commit 107d34ae98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 22 deletions

View File

@ -1,22 +1,20 @@
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
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