Create cadvisor-exposure.yaml
parent
8e89f23c2f
commit
4b4966ed20
|
@ -0,0 +1,31 @@
|
|||
id: cadvisor-exposure
|
||||
|
||||
info:
|
||||
name: cAdvisor Exposure
|
||||
author: DhiyaneshDk
|
||||
severity: medium
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"cAdvisor"
|
||||
tags: exposure,misconfig,dashboard
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/containers/'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>cAdvisor - /</title>"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue