Merge pull request #10223 from projectdiscovery/label-studio-panel
Create label-studio-panel.yamlpatch-4
commit
40dadf90e9
|
@ -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
|
Loading…
Reference in New Issue