nuclei-templates/exposed-panels/zeroshell-login.yaml

32 lines
603 B
YAML

id: zeroshell-login
info:
name: ZeroShell Panel - Detect
author: dhiyaneshDK
severity: info
description: ZeroShell panel was detected.
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
metadata:
shodan-query: http.title:"ZeroShell"
tags: panel,zeroshell
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>ZeroShell</title>'
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29