diff --git a/security-misconfiguration/jupyter-ipython-unauth.yaml b/security-misconfiguration/jupyter-ipython-unauth.yaml index 6a3d360df4..d8a0832767 100644 --- a/security-misconfiguration/jupyter-ipython-unauth.yaml +++ b/security-misconfiguration/jupyter-ipython-unauth.yaml @@ -1,22 +1,23 @@ -id: jupyter-ipython-unauth - -info: - name: Jupyter ipython Unauth - author: pentest_swissky - severity: critical - description: Unauthenticated access to Jupyter instance - -requests: - - method: GET - path: - - "{{BaseURL}}/ipython/tree" - matchers-condition: and - matchers: - - type: status - status: - - 200 - - type: word - words: - - "ipython/static/components" - - "ipython/kernelspecs" +id: jupyter-ipython-unauth + +info: + name: Jupyter ipython Unauth + author: pentest_swissky + severity: critical + description: Unauthenticated access to Jupyter instance + +requests: + - method: GET + path: + - "{{BaseURL}}/ipython/tree" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - ipython/static/components + - ipython/kernelspecs part: body \ No newline at end of file