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

37 lines
734 B
YAML
Raw Normal View History

2022-12-20 19:16:26 +00:00
id: webuzo-admin-panel
info:
name: Webuzo Admin Login Panel - Detect
2022-12-20 19:16:26 +00:00
author: theamanrawat
severity: info
description: Webuzo admin login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-12-20 19:16:26 +00:00
metadata:
max-request: 1
2022-12-20 19:16:26 +00:00
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
http:
2022-12-20 19:16:26 +00:00
- 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
# Enhanced by md on 2023/01/25