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

25 lines
398 B
YAML

id: zeroshell-login
info:
name: ZeroShell Login
author: dhiyaneshDK
severity: info
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