nuclei-templates/exposures/logs/dozzle-container-logs.yaml

33 lines
786 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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