漏洞描述
Jupyter Notebook Unauthorized Access
id: jupyter-notebook-unauthorized-access
info:
name: Jupyter Notebook Unauthorized Access
author: bufsnake
severity: high
verified: false
description: |-
Jupyter Notebook Unauthorized Access
tags: jupyter,notebook,unauth
created: 2023/07/07
rules:
r0:
request:
method: GET
path: /terminals/3
expression: response.status == 200 && response.body.bcontains(b"terminals/websocket") && !response.body.bcontains(b"Password:")
expression: r0()