27 lines
445 B
YAML
27 lines
445 B
YAML
|
id: netris-dashboard-panel
|
||
|
|
||
|
info:
|
||
|
name: Netris Dashboard Panel
|
||
|
author: theamanrawat
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.title:"Netris Dashboard"
|
||
|
tags: panel,netris
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Netris Dashboard'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|