Skip to content

DzzOffice Login Panel - Detect

ID: dzzoffice-panel

Severity: info

Author: ritikchaddha

Tags: dzzoffice,panel

DzzOffice login panel was detected.

id: dzzoffice-panel
info:
name: DzzOffice Login Panel - Detect
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
cwe-id: CWE-200
metadata:
verified: true
max-request: 3
shodan-query: http.favicon.hash:-1961736892
product: dzzoffice
vendor: dzzoffice
fofa-query:
- title="dzzoffice"
- icon_hash=-1961736892
tags: dzzoffice,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/index.php"
- "{{BaseURL}}/user.php?mod=login"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="DzzOffice'
- 'DZZSCRIPT'
- "dzzoffice.com"
condition: or
- type: status
status:
- 200
# digest: 490a004630440220135de1bece4e039e2d2bbffaf231579d0e434f098a848f9e00cf3360ad3eaf7902206f9e7857f17d429801c3a56bb77796b1a72530fcd0882af576c8bcd5619220ad:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/dzzoffice/dzzoffice-panel.yaml"

View on Github