diff --git a/exposed-panels/jupyter-notebook.yaml b/exposed-panels/jupyter-notebook.yaml index eb2b4280a1..fd8ec6fdd7 100644 --- a/exposed-panels/jupyter-notebook.yaml +++ b/exposed-panels/jupyter-notebook.yaml @@ -2,11 +2,15 @@ id: jupyter-notebook info: name: Jupyter Notebook - author: hakimkt + author: hakimkt,arafatansari 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: - shodan-query: "/jupyter/static/" - tags: jupyter,notebook,exposure + shodan-query: http.html:"JupyterHub" + tags: panel,jupyter,notebook,exposure requests: - method: GET @@ -14,14 +18,21 @@ requests: - "{{BaseURL}}/jupyter/login" - "{{BaseURL}}/jupyter/lab" - "{{BaseURL}}/jupyter/hub/lti/launch" + - "{{BaseURL}}/hub/login" stop-at-first-match: true redirects: true max-redirects: 2 matchers: - type: word + part: body words: - '/jupyter/static/base/images/logo.png' - '/jupyter/hub/logo' - 'Select items to perform actions on them.' - condition: or \ No newline at end of file + - 'JupyterHub' + condition: or + + - type: status + status: + - 200