Create netflow-analyzer-panel.yaml
parent
a4d812c689
commit
4cc5a9ce98
|
@ -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
|
Loading…
Reference in New Issue