Update dzzoffice-panel.yaml
parent
eb8b32c6af
commit
aaa408d70e
|
@ -6,8 +6,7 @@ info:
|
|||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"dzzoffice"
|
||||
fofa-query: title="dzzoffice"
|
||||
shodan-query: http.favicon.hash:-1961736892
|
||||
tags: dzzoffice,panel
|
||||
|
||||
requests:
|
||||
|
@ -15,17 +14,21 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/index.php"
|
||||
- "{{BaseURL}}/user.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'
|
||||
- 'DzzOffice'
|
||||
- '登录管理中心'
|
||||
- 'DZZSCRIPT'
|
||||
- "dzzoffice.com"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue