nuclei-templates/exposed-panels/jumpserver-panel.yaml

34 lines
750 B
YAML
Raw Normal View History

2022-11-11 14:58:06 +00:00
id: jumpserver-panel
info:
2022-11-12 07:11:05 +00:00
name: JumpServer Admin Panel
2022-11-11 14:58:06 +00:00
author: lu4nx
severity: info
description: |
The JumpServer Open Source Bastion Host was found.
reference:
- https://www.jumpserver.org/
metadata:
2022-11-12 07:11:05 +00:00
verified: true
shodan-query: http.title:'JumpServer'
2022-11-11 14:58:06 +00:00
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>"
2022-11-12 07:11:05 +00:00
condition: or
2022-11-11 14:58:06 +00:00
- type: status
status:
- 200