29 lines
567 B
YAML
29 lines
567 B
YAML
id: ntopng-traffic-dashboard
|
|
|
|
info:
|
|
name: ntopng - Traffic Dashboard
|
|
author: theamanrawat
|
|
severity: low
|
|
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
|