Merge pull request #6749 from theabhinavgaur/patch-12

Create dozzle-container-logs.yaml
patch-1
Dhiyaneshwaran 2023-02-16 15:32:04 +05:30 committed by GitHub
commit 05af536803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: dozzle-container-logs
info:
name: Dozzle - Logs Exposure
author: theabhinavgaur
severity: medium
description: Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesnt store any log files. It is for live monitoring of your container logs only.
reference:
- https://github.com/amir20/dozzle
- https://dozzle.dev/
metadata:
verified: true
shodan-query: http.title:"Dozzle"
tags: exposure,logs,dozzle,docker
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"authorizationNeeded": "false"'
- 'Dozzle'
condition: and
- type: status
status:
- 200