Added exposed-panels/kasm-panel.yaml
parent
602c67635d
commit
e12bacb1c4
|
@ -0,0 +1,40 @@
|
|||
id: kasm-panel
|
||||
|
||||
info:
|
||||
name: Kasm Login Panel - Detect
|
||||
author: lum8rjack
|
||||
severity: info
|
||||
description: |
|
||||
Kasm workspaces login panel was detected.
|
||||
reference:
|
||||
- https://kasmweb.com/
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0.0
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:-2144699833
|
||||
tags: panel,kasm,login
|
||||
|
||||
http:
|
||||
- method: POST
|
||||
path:
|
||||
- "{{BaseURL}}/api/login_settings"
|
||||
body: "{\"token\":null,\"username\":null}"
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "\"html_title\": \"Kasm"
|
||||
- "\"notice_title\": \"Notice\""
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue