Skip to content

Netflow Analyzer Login - Panel

ID: netflow-analyzer-panel

Severity: info

Author: DhiyaneshDk

Tags: netflow,analyzer,panel,login

id: netflow-analyzer-panel
info:
name: Netflow Analyzer Login - Panel
author: DhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:zohocorp:manageengine_netflow_analyzer:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: zohocorp
product: manageengine_netflow_analyzer
shodan-query: html:"Login - Netflow Analyzer"
tags: netflow,analyzer,panel,login
http:
- raw:
- |
GET /netflow/jspui/NetworkSnapShot.jsp HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Login - Netflow Analyzer"
- type: status
status:
- 200
# digest: 4a0a0047304502201b11a7f6b50787d514fec5f7acd7145aea2a92056f60a91c6dfb59ddb2b0c26702210095790019f7c4c6596c87c82d65b38bbeeb98843d0ed9edbc468b551f973e7673: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/netflow-analyzer-panel.yaml"

View on Github