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

29 lines
497 B
YAML
Raw Normal View History

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