Kasm Login Panel - Detect
ID: kasm-login-panel
Severity: info
Author: lum8rjack
Tags: panel,kasm,login,detect
Description
Section titled “Description”Kasm workspaces login panel was detected.
YAML Source
Section titled “YAML Source”id: kasm-login-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 cwe-id: CWE-200 metadata: verified: true max-request: 2 shodan-query: http.favicon.hash:-2144699833 tags: panel,kasm,login,detect
http: - raw: - | GET /#/login HTTP/1.1 Host: {{Hostname}} - | POST /api/login_settings HTTP/1.1 Host: {{Hostname}} Content-Type: application/json
{"token":null,"username":null}
stop-at-first-match: true
matchers-condition: and matchers: - type: word part: body words: - '<title>Kasm</title>' - 'content="Kasm Server' - 'content="Kasm Technologies' - '"html_title": "Kasm' condition: or
- type: status status: - 200# digest: 4a0a00473045022002ad873fdf8f60b4dc4a5f248af8e611c5cb4b39914479fae58e2802078221e60221008bb6577575386a9eba26703d6064a65344e9f502865dd1918bf260c642febfab:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/kasm-login-panel.yaml"