Dozzle - Logs Exposure
ID: dozzle-container-logs
Severity: medium
Author: theabhinavgaur
Tags: exposure,logs,dozzle,docker
Description
Section titled “Description”Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn’t store any log files. It is for live monitoring of your container logs only.
YAML Source
Section titled “YAML Source”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 doesn’t 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 max-request: 1 shodan-query: http.title:"Dozzle" tags: exposure,logs,dozzle,docker
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - '"authorizationNeeded": "false"' - 'Dozzle' condition: and
- type: status status: - 200# digest: 4b0a00483046022100c17af3a7186193d3907323f0b4da8beb0e6f7820c1c5afd42f4fda5f34bd90420221009c859b7429745b59715f709ae3af74079b95f2eaa386f3c61469933dc8a23948:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/logs/dozzle-container-logs.yaml"