add dockwatch panel
parent
430b487218
commit
b82ce8747d
|
@ -0,0 +1,23 @@
|
|||
id: dockwatch-panel
|
||||
|
||||
info:
|
||||
name: Dockwatch Panel - Detect
|
||||
author: s4e-io
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: icon_hash="1991646591"
|
||||
tags: panel,login,dockwatch-panel,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.php"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains_any(body, "dockwatch-maintenance", "Restart Dockwatch")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
Loading…
Reference in New Issue