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

27 lines
443 B
YAML

id: webroot-login
info:
name: Webroot - Login
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: title:"Webroot - Login"
tags: panel,webroot
requests:
- method: GET
path:
- "{{BaseURL}}/Login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Webroot - Login</title>'
- type: status
status:
- 200