updated matcher, added desc. & ref.
parent
83093c60a9
commit
0fbc5c444a
|
@ -1,15 +1,17 @@
|
|||
id: dozzle-container-logs
|
||||
|
||||
info:
|
||||
name: Dozzle container logs
|
||||
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
|
||||
shodan-query:
|
||||
- http.title:"Dozzle"
|
||||
tags: information-disclsoure,logs,docker
|
||||
|
||||
shodan-query: http.title:"Dozzle"
|
||||
tags: exposure,logs,dozzle,docker
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -22,14 +24,9 @@ requests:
|
|||
part: body
|
||||
words:
|
||||
- '"authorizationNeeded": "false"'
|
||||
- '"secured": "false"'
|
||||
- 'Dozzle'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: content_type
|
||||
words:
|
||||
- 'text/html'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue