mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create cadvisor-exposure.yaml
This commit is contained in:
31
misconfiguration/cadvisor-exposure.yaml
Normal file
31
misconfiguration/cadvisor-exposure.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user