nuclei-templates/http/misconfiguration/cadvisor-exposure.yaml

38 lines
721 B
YAML
Raw Normal View History

2022-10-23 18:56:45 +00:00
id: cadvisor-exposure
info:
name: cAdvisor - Detect
2022-10-23 18:56:45 +00:00
author: DhiyaneshDk
severity: medium
description: cAdvisor page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2022-10-23 18:56:45 +00:00
metadata:
max-request: 1
2022-10-23 18:56:45 +00:00
verified: true
shodan-query: title:"cAdvisor"
tags: exposure,misconfig,dashboard
http:
2022-10-23 18:56:45 +00:00
- 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