nuclei-templates/misconfiguration/unauthenticated-netdata.yaml

31 lines
693 B
YAML
Raw Normal View History

2021-05-11 15:44:40 +00:00
id: unauthenticated-netdata
2021-05-09 06:17:58 +00:00
info:
name: Unauthenticated Netdata
author: dhiyaneshDk
severity: medium
reference:
- https://github.com/netdata/netdata
2021-05-11 15:42:10 +00:00
tags: netdata,unauth,misconfig
2021-05-09 06:17:58 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/api/v1/data?chart=system.cpu&format=json&points=125&group=average&gtime=0&options=ms%7Cflip%7Cjsonwrap%7Cnonzero&after=-120&dimensions=iowait"
2021-05-11 15:42:10 +00:00
2021-05-09 06:17:58 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-05-11 15:42:10 +00:00
2021-05-09 06:17:58 +00:00
- type: word
words:
- "view_update_every"
- "dimensions"
2021-05-11 15:42:10 +00:00
condition: and
2021-05-09 06:17:58 +00:00
- type: word
words:
- "application/json"
2021-05-11 15:42:10 +00:00
part: header