From 6ee1ae005dea6f57a43db63b5b4c7afe5f5eea66 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 8 Jul 2024 17:35:42 +0530 Subject: [PATCH] Create label-studio-panel.yaml --- http/exposed-panels/label-studio-panel.yaml | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/exposed-panels/label-studio-panel.yaml diff --git a/http/exposed-panels/label-studio-panel.yaml b/http/exposed-panels/label-studio-panel.yaml new file mode 100644 index 0000000000..7783f70fda --- /dev/null +++ b/http/exposed-panels/label-studio-panel.yaml @@ -0,0 +1,31 @@ +id: label-studio-panel + +info: + name: Label Studio - Login Panel + author: DhiyaneshDK + severity: info + description: | + Detects the presence of the Label Studio Login Page. + metadata: + verified: true + max-request: 1 + shodan-query: http.favicon.hash:-1649949475 + tags: label-studio,login,panel + +http: + - raw: + - | + GET /user/login HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + words: + - "Label Studio" + - "Log in" + part: body + + - type: status + status: + - 200