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

40 lines
967 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: edb,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
host-redirects: true
2022-05-22 20:36:47 +00:00
max-redirects: 2
2022-08-12 12:51:12 +00:00
matchers-condition: and
2022-05-22 20:36:47 +00:00
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