Merge pull request #5096 from projectdiscovery/dzzoffice-panel

Create dzzoffice-panel.yaml
patch-1
Prince Chaddha 2022-08-13 22:08:12 -07:00 committed by GitHub
commit bbd9132ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: dzzoffice-panel
info:
name: DzzOffice Panel Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.favicon.hash:-1961736892
tags: dzzoffice,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/index.php"
- "{{BaseURL}}/user.php?mod=login"
stop-at-first-match: true
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