nuclei-templates/exposed-panels/jupyter-notebook.yaml

39 lines
930 B
YAML
Raw Normal View History

2022-05-22 20:36:47 +00:00
id: jupyter-notebook
info:
name: Jupyter Notebook
2022-08-04 14:52:55 +00:00
author: hakimkt,arafatansari
2022-05-22 20:36:47 +00:00
severity: info
2022-08-04 14:52:55 +00:00
description: |
JupyterHub is an open source tool that lets you host a distributed Jupyter Notebook environment.
reference:
- https://www.exploit-db.com/ghdb/7970
2022-05-22 20:36:47 +00:00
metadata:
2022-08-04 14:52:55 +00:00
shodan-query: http.html:"JupyterHub"
tags: panel,jupyter,notebook,exposure
2022-05-22 20:36:47 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/jupyter/login"
- "{{BaseURL}}/jupyter/lab"
- "{{BaseURL}}/jupyter/hub/lti/launch"
2022-08-04 14:52:55 +00:00
- "{{BaseURL}}/hub/login"
2022-05-22 20:36:47 +00:00
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers:
- type: word
2022-08-04 14:52:55 +00:00
part: body
2022-05-22 20:36:47 +00:00
words:
- '/jupyter/static/base/images/logo.png'
- '/jupyter/hub/logo'
- 'Select items to perform actions on them.'
2022-08-04 14:52:55 +00:00
- 'JupyterHub'
condition: or
- type: status
status:
- 200