dockge panel
parent
93a533a667
commit
1b58c617a3
|
@ -0,0 +1,36 @@
|
|||
id: dockge-panel
|
||||
|
||||
info:
|
||||
name: Dockge Panel - Detect
|
||||
author: rxerium
|
||||
severity: info
|
||||
description: |
|
||||
A Portainer alternative
|
||||
reference:
|
||||
- https://github.com/louislam/dockge
|
||||
- https://dockge.kuma.pet/
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 2
|
||||
shodan-query: title:"Dockge"
|
||||
tags: panel,dockge,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Dockge</title>'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue