Skip to content

Label Studio - Login Panel

ID: label-studio-panel

Severity: info

Author: DhiyaneshDK

Tags: label-studio,login,panel

Detects the presence of the Label Studio Login Page.

id: label-studio-panel
info:
name: Label Studio - Login Panel
author: DhiyaneshDK
severity: info
description: |
Detects the presence of the Label Studio Login Page.
classification:
cpe: cpe:2.3:a:heartex:label_studio:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: heartex
product: label_studio
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
# digest: 4a0a0047304502204cf4dbf86d16fbdb8aa99fa3763feb522b632cf7555647dd2aa7ca699a8b2ab50221008bf81fab0805443364d5ee22deaff4da2e5e03daf7e123df3c93aeb8d2e08f95:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/label-studio-panel.yaml"

View on Github