Add: JumpServer Panel

patch-1
lu4nx 2022-11-11 22:58:06 +08:00
parent acbeeb231a
commit 25082b9d0e
No known key found for this signature in database
GPG Key ID: 5C748E5F36388145
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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:
zoomeye-query: title:'JumpServer'
tags: panel,jumpserver
requests:
- method: GET
path:
- "{{BaseURL}}/core/auth/login/"
matchers-condition: and
matchers:
- type: regex
part: body
condition: or
regex:
- "(?i)<title>(\n.*)JumpServer Open Source Bastion Host(\n.*)</title>"
- "(?i)<title>(\n.*)JumpServer 开源堡垒机(\n.*)</title>"
- type: status
status:
- 200