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

25 lines
396 B
YAML
Raw Normal View History

2021-10-24 17:22:20 +00:00
id: zeroshell-login
info:
name: ZeroShell Login
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"ZeroShell"
2021-10-25 08:25:23 +00:00
tags: panel,zeroshell
2021-10-24 17:22:20 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>ZeroShell</title>'
2021-10-25 08:25:23 +00:00
2021-10-24 17:22:20 +00:00
- type: status
status:
- 200