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

46 lines
1.1 KiB
YAML
Raw Normal View History

2022-05-22 20:36:47 +00:00
id: jupyter-notebook
info:
name: Jupyter Notebook Login Panel - Detect
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: |
Jupyter Notebook login panel was detected.
2022-08-04 14:52:55 +00:00
reference:
- https://www.exploit-db.com/ghdb/7970
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/11/21