2024-07-08 12:03:16 +00:00
|
|
|
id: label-studio-signup
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Label Studio - Sign-up Detect
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: unknown
|
|
|
|
description: |
|
|
|
|
Detects the presence of the Label Studio sign-up.
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
|
|
|
shodan-query: http.favicon.hash:-1649949475
|
|
|
|
tags: label-studio,sign-up,misconfig
|
|
|
|
|
|
|
|
http:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET /user/signup HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2024-07-08 12:42:36 +00:00
|
|
|
part: body
|
2024-07-08 12:03:16 +00:00
|
|
|
words:
|
|
|
|
- "Label Studio"
|
|
|
|
- "Sign up"
|
|
|
|
- "Create Account"
|
2024-07-08 12:42:36 +00:00
|
|
|
condition: and
|
2024-07-08 12:03:16 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-07-09 08:48:12 +00:00
|
|
|
# digest: 490a0046304402205360b5136f0174241907a5708d4bfa1d8a1e466da79575530410a753cf7a7ae10220244689bc748ea06f098089b5ddb8fe157a180c13c1700ae1036e03707fb66178:922c64590222798bb761d5b6d8e72950
|