nuclei-templates/exposed-panels/dzzoffice/dzzoffice-panel.yaml

42 lines
878 B
YAML
Raw Normal View History

2022-08-13 12:38:25 +00:00
id: dzzoffice-panel
info:
name: DzzOffice Login Panel - Detect
2022-08-13 12:38:25 +00:00
author: ritikchaddha
severity: info
description: DzzOffice 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-08-13 12:38:25 +00:00
metadata:
verified: true
2022-08-13 14:02:54 +00:00
shodan-query: http.favicon.hash:-1961736892
2022-08-13 12:38:25 +00:00
tags: dzzoffice,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/index.php"
2022-08-13 14:02:54 +00:00
- "{{BaseURL}}/user.php?mod=login"
2022-08-13 12:38:25 +00:00
stop-at-first-match: true
host-redirects: true
2022-08-13 12:38:25 +00:00
max-redirects: 2
2022-08-13 14:02:54 +00:00
matchers-condition: and
2022-08-13 12:38:25 +00:00
matchers:
- type: word
part: body
words:
- 'content="DzzOffice'
2022-08-13 14:02:54 +00:00
- 'DZZSCRIPT'
2022-08-13 12:38:25 +00:00
- "dzzoffice.com"
condition: or
2022-08-13 14:02:54 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/11