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

29 lines
567 B
YAML
Raw Normal View History

id: ntopng-traffic-dashboard
info:
name: ntopng - Traffic Dashboard
author: theamanrawat
severity: low
metadata:
verified: true
shodan-query: http.title:"ntopng - Traffic Dashboard"
2023-01-15 10:47:53 +00:00
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:
2023-01-15 10:47:53 +00:00
- 200