Create dozzle-container-logs.yaml

patch-1
Abhinav Gaur 2023-02-16 00:12:22 +05:30 committed by GitHub
parent ae0b8cf9ab
commit 83093c60a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: dozzle-container-logs
info:
name: Dozzle container logs
author: theabhinavgaur
severity: medium
metadata:
verified: true
shodan-query:
- http.title:"Dozzle"
tags: information-disclsoure,logs,docker
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"authorizationNeeded": "false"'
- '"secured": "false"'
condition: and
- type: word
part: content_type
words:
- 'text/html'
- type: status
status:
- 200