Skip to content

Netris Dashboard Panel - Detect

ID: netris-dashboard-panel

Severity: info

Author: theamanrawat

Tags: panel,netris

Netris Dashboard panel was detected.

id: netris-dashboard-panel
info:
name: Netris Dashboard Panel - Detect
author: theamanrawat
severity: info
description: Netris Dashboard panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Netris Dashboard"
verified: true
tags: panel,netris
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Netris Dashboard'
- type: status
status:
- 200
# digest: 4b0a00483046022100b35585be1ae136eb42e44f56b57a70ba027ee4f252b29f8b6beaa8485e57cb44022100c6597e61dd3dd7631f06734da5c6750080c82b4e00a3f63e4616faf7aa3985b0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/netris-dashboard-panel.yaml"

View on Github