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

35 lines
661 B
YAML
Raw Normal View History

2022-08-13 12:38:25 +00:00
id: dzzoffice-panel
info:
name: DzzOffice Panel Detect
author: ritikchaddha
severity: info
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
redirects: true
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