Merge pull request #10223 from projectdiscovery/label-studio-panel

Create label-studio-panel.yaml
patch-4
pussycat0x 2024-07-08 22:35:43 +05:30 committed by GitHub
commit 40dadf90e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

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