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

40 lines
922 B
YAML
Raw Normal View History

2022-11-11 14:58:06 +00:00
id: jumpserver-panel
info:
name: JumpServer Login Panel - Detect
2022-11-11 14:58:06 +00:00
author: lu4nx
severity: info
description: |
JumpServer Open Source Bastion Host login panel was detected.
2022-11-11 14:58:06 +00:00
reference:
- https://www.jumpserver.org/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-11-11 14:58:06 +00:00
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
# Enhanced by md on 2022/11/21