37 lines
962 B
YAML
37 lines
962 B
YAML
id: ntopng-traffic-dashboard
|
|
|
|
info:
|
|
name: Ntopng Traffic Dashboard - Detect
|
|
author: theamanrawat
|
|
severity: medium
|
|
description: Ntopng traffic dashboard 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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"ntopng - Traffic Dashboard"
|
|
tags: misconfig,ntopng,dashboard
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>ntopng - Traffic Dashboard</title>'
|
|
- 'https://github.com/ntop/ntopng'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022004ef0dda23fc9cc95f8ce06202bb9d1a95a26249ee6f7a4ae8890876c95102e3022100e7ef81b6420e7635a85dd3c2cbdd2aeee013f1a723b4bfba6cbbacfb330c3982:922c64590222798bb761d5b6d8e72950
|