Create label-studio-panel.yaml

patch-4
Dhiyaneshwaran 2024-07-08 17:35:42 +05:30 committed by GitHub
parent e652c0c27c
commit 6ee1ae005d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -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