33 lines
809 B
YAML
33 lines
809 B
YAML
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
|
|
# digest: 4a0a00473045022100da0538ebf234b3ca93efd0bf3045e2a8b6c49395e974ac845148157e7c3cd9ce02206fac9755a420d427132aab8074e5a88f112ac6a1388cf9c565946cd101acf5be:922c64590222798bb761d5b6d8e72950 |