Update jupyter-notebook.yaml
parent
3112dc392b
commit
063cd5c8d4
|
@ -2,11 +2,15 @@ id: jupyter-notebook
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Jupyter Notebook
|
name: Jupyter Notebook
|
||||||
author: hakimkt
|
author: hakimkt,arafatansari
|
||||||
severity: info
|
severity: info
|
||||||
|
description: |
|
||||||
|
JupyterHub is an open source tool that lets you host a distributed Jupyter Notebook environment.
|
||||||
|
reference:
|
||||||
|
- https://www.exploit-db.com/ghdb/7970
|
||||||
metadata:
|
metadata:
|
||||||
shodan-query: "/jupyter/static/"
|
shodan-query: http.html:"JupyterHub"
|
||||||
tags: jupyter,notebook,exposure
|
tags: panel,jupyter,notebook,exposure
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -14,14 +18,21 @@ requests:
|
||||||
- "{{BaseURL}}/jupyter/login"
|
- "{{BaseURL}}/jupyter/login"
|
||||||
- "{{BaseURL}}/jupyter/lab"
|
- "{{BaseURL}}/jupyter/lab"
|
||||||
- "{{BaseURL}}/jupyter/hub/lti/launch"
|
- "{{BaseURL}}/jupyter/hub/lti/launch"
|
||||||
|
- "{{BaseURL}}/hub/login"
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
redirects: true
|
redirects: true
|
||||||
max-redirects: 2
|
max-redirects: 2
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- '/jupyter/static/base/images/logo.png'
|
- '/jupyter/static/base/images/logo.png'
|
||||||
- '/jupyter/hub/logo'
|
- '/jupyter/hub/logo'
|
||||||
- 'Select items to perform actions on them.'
|
- 'Select items to perform actions on them.'
|
||||||
condition: or
|
- 'JupyterHub'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue