nuclei-templates/exposed-panels/webuzo-admin-panel.yaml

29 lines
497 B
YAML

id: webuzo-admin-panel
info:
name: Webuzo Admin Panel
author: theamanrawat
severity: info
metadata:
verified: true
shodan-query: http.title:"Webuzo - Admin Panel"
tags: panel,webuzo,admin
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Webuzo - Admin Panel'
- type: status
status:
- 200