diff --git a/http/exposed-panels/MinIO-login-panel.yaml b/http/exposed-panels/MinIO-login-panel.yaml deleted file mode 100644 index 7679fb7dfb..0000000000 --- a/http/exposed-panels/MinIO-login-panel.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: MinIO-login-panel - -info: - name: MinIO Login Panel - author: deFr0ggy - severity: info - description: A MinIO login panel was detected. - classification: - cwe-id: CWE-200 - tags: panel,MinIO,login - metadata: - max-request: 1 - -http: - - method: GET - path: - - '{{BaseURL}}/login/' - - '{{BaseURL}}/manifest.json' - - host-redirects: true - max-redirects: 2 - matchers-condition: or - matchers: - - type: word - part: body - words: - - 'MinIO Console' - - '"name": "MinIO Console"' - condition: and - - - type: status - status: - - 200