2022-11-11 14:58:06 +00:00
|
|
|
id: jumpserver-panel
|
|
|
|
|
|
|
|
info:
|
2022-11-22 23:03:44 +00:00
|
|
|
name: JumpServer Login Panel - Detect
|
2022-11-11 14:58:06 +00:00
|
|
|
author: lu4nx
|
|
|
|
severity: info
|
|
|
|
description: |
|
2022-11-22 23:03:44 +00:00
|
|
|
JumpServer Open Source Bastion Host login panel was detected.
|
2022-11-11 14:58:06 +00:00
|
|
|
reference:
|
|
|
|
- https://www.jumpserver.org/
|
2022-11-22 23:03:44 +00:00
|
|
|
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
|
2022-11-11 14:58:06 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-11-12 07:11:05 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:'JumpServer'
|
2022-11-11 14:58:06 +00:00
|
|
|
zoomeye-query: title:'JumpServer'
|
|
|
|
tags: panel,jumpserver
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-11 14:58:06 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/core/auth/login/"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "(?i)<title>(\n.*)JumpServer Open Source Bastion Host(\n.*)</title>"
|
|
|
|
- "(?i)<title>(\n.*)JumpServer 开源堡垒机(\n.*)</title>"
|
2022-11-12 07:11:05 +00:00
|
|
|
condition: or
|
2022-11-11 14:58:06 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-11-22 23:03:44 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/21
|