updates
commit
531bbbd9eb
|
@ -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
|
Loading…
Reference in New Issue