37 lines
799 B
YAML
37 lines
799 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:
|
|
max-request: 1
|
|
verified: true
|
|
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
|
|
|
|
# Enhanced by cs on 2023/03/10
|