nuclei-templates/misconfiguration/ntopng-traffic-dashboard.yaml

36 lines
784 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
shodan-query: http.title:"ntopng - Traffic Dashboard"
tags: misconfig,ntopng,dashboard
requests:
- 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