34 lines
750 B
YAML
34 lines
750 B
YAML
id: jumpserver-panel
|
|
|
|
info:
|
|
name: JumpServer Admin Panel
|
|
author: lu4nx
|
|
severity: info
|
|
description: |
|
|
The JumpServer Open Source Bastion Host was found.
|
|
reference:
|
|
- https://www.jumpserver.org/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:'JumpServer'
|
|
zoomeye-query: title:'JumpServer'
|
|
tags: panel,jumpserver
|
|
|
|
requests:
|
|
- 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>"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|