nuclei-templates/http/misconfiguration/jupyter-notebooks-exposed.yaml

34 lines
733 B
YAML
Raw Normal View History

id: jupyter-notebooks-exposed
info:
name: Jupyter notebooks exposed to reading and writing
author: johnk3r
2023-05-05 13:34:02 +00:00
severity: high
reference:
- https://blog.aquasec.com/python-ransomware-jupyter-notebook
metadata:
max-request: 1
shodan-query: title:"Home Page - Select or create a notebook"
tags: jupyter,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 1
2023-10-14 11:27:55 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<title>Home Page - Select or create a notebook</title>'
- '<div> There are no notebooks running. </div>'
condition: or