Added template for ntopng-traffic-dashboard
parent
85279791e7
commit
795b81dba7
|
@ -0,0 +1,28 @@
|
|||
id: ntopng-traffic-dashboard
|
||||
|
||||
info:
|
||||
name: ntopng - Traffic Dashboard
|
||||
author: theamanrawat
|
||||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"ntopng - Traffic Dashboard"
|
||||
tags: tech,ntopng
|
||||
|
||||
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
|
Loading…
Reference in New Issue