49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
id: jumpserver-panel
|
|
|
|
info:
|
|
name: JumpServer Login Panel - Detect
|
|
author: lu4nx
|
|
severity: info
|
|
description: |
|
|
JumpServer Open Source Bastion Host login panel was detected.
|
|
reference:
|
|
- https://www.jumpserver.org/
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:'JumpServer'
|
|
zoomeye-query: title:'JumpServer'
|
|
tags: panel,jumpserver
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/core/auth/login/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "(?i)<title>(
|
|
|
|
.*)JumpServer Open Source Bastion Host(
|
|
|
|
.*)</title>"
|
|
- "(?i)<title>(
|
|
|
|
.*)JumpServer 开源堡垒机(
|
|
|
|
.*)</title>"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402206cff357d8002b515fba192769da689f97bc0847fd191ace3863fc347697c86b90220018362328610860f8e8529974926e57083c63a72f7510c5f6eb6ed13fcce7ada:922c64590222798bb761d5b6d8e72950
|