Create netdata-panel.yaml (#4480)

* Create netdata-panel.yaml

* misc updates

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
Techbrunch 2022-05-25 21:00:59 +02:00 committed by GitHub
parent 59e622a83a
commit b1a37ebf35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: netdata-panel
info:
name: Netdata Panel
author: TechbrunchFR
severity: low
description: |
Netdata is high-fidelity infrastructure monitoring and troubleshooting. Open-source, free, preconfigured, opinionated, and always real-time.
metadata:
shodan-query: http.title:"netdata dashboard"
reference:
- https://github.com/netdata/netdata
tags: panel,netdata
requests:
- method: GET
path:
- "{{BaseURL}}/api/v1/info"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "application/json"
- type: word
part: body
words:
- "netdata"