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

35 lines
767 B
YAML
Raw Normal View History

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"
2023-01-15 10:47:53 +00:00
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:
2023-01-15 10:47:53 +00:00
- 200