Merge pull request #6025 from lu4nx/add-jumpserver

Add JumpServer panel
patch-1
Prince Chaddha 2022-11-12 12:44:40 +05:30 committed by GitHub
commit 9376f86fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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