Skip to content

Commit

Permalink
Merge pull request #10326 from projectdiscovery/netflow-analyzer-panel
Browse files Browse the repository at this point in the history
Create netflow-analyzer-panel.yaml
  • Loading branch information
pussycat0x authored Jul 22, 2024
2 parents 97ee56f + b39515f commit c1ca024
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions http/exposed-panels/netflow-analyzer-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
id: netflow-analyzer-panel

info:
name: Netflow Analyzer Login - Panel
author: DhiyaneshDk
severity: info
metadata:
shodan-query: html:"Login - Netflow Analyzer"
verified: true
max-request: 1
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

0 comments on commit c1ca024

Please sign in to comment.