commit
9376f86fe6
|
@ -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
|
Loading…
Reference in New Issue