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

32 lines
689 B
YAML
Raw Normal View History

2022-11-11 14:58:06 +00:00
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