diff --git a/http/exposed-panels/label-studio-panel.yaml b/http/exposed-panels/label-studio-panel.yaml new file mode 100644 index 0000000000..5f72d1120b --- /dev/null +++ b/http/exposed-panels/label-studio-panel.yaml @@ -0,0 +1,32 @@ +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 + part: body + words: + - "Label Studio" + - "Log in" + condition: and + + - type: status + status: + - 200