Create netflow-default-login.yaml

main
Dhiyaneshwaran 2024-07-18 13:06:25 +05:30 committed by GitHub
parent a4d812c689
commit 385252564c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,45 @@
id: netflow-default-login
info:
name: Netflow Analyzer - Default Login
author: DhiyaneshDK
severity: high
description: |
Netflow Analyzer default login was discovered.
metadata:
shodan-query: html:"Login - Netflow Analyzer"
verified: true
max-request: 1
tags: default-login,netflow
variables:
username: "admin"
password: "admin"
http:
- raw:
- |
POST /netflow/jspui/j_security_check HTTP/1.1
Host: {{Hostname}}
Origin: {{RootURL}}
Content-Type: application/x-www-form-urlencoded
Referer: {{RootURL}}/netflow/jspui/NetworkSnapShot.jsp
radiusUserEnabled=false&AUTHRULE_NAME=Authenticator&j_username={{username}}&j_password={{password}}&Submit=Login
- |
GET /netflow/jspui/dashBoard.do HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body_2
words:
- "Device Groups"
- "Logout</a>"
condition: and
- type: status
status:
- 200