diff --git a/technologies/netdata-dashboard-detected.yaml b/technologies/netdata-dashboard-detected.yaml new file mode 100644 index 0000000000..1134e4c52e --- /dev/null +++ b/technologies/netdata-dashboard-detected.yaml @@ -0,0 +1,22 @@ +id: netdata-dashboard-detect +info: + name: NetData Detect + author: pussycat0x + severity: info + metadata: + shodan-dork: 'Server: NetData Embedded HTTP Server' + tags: login, tech +requests: + - method: GET + path: + - "{{BaseURL}}/" + matchers-condition: and + matchers: + - type: word + words: + - 'netdata dashboard' + condition: and + part: body + - type: status + status: + - 200 \ No newline at end of file