Merge pull request #10328 from projectdiscovery/netflow-default-login
Create netflow-default-login.yamlmain
commit
dc23da9675
|
@ -0,0 +1,43 @@
|
||||||
|
id: netflow-default-login
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Netflow Analyzer - Default Login
|
||||||
|
author: DhiyaneshDK
|
||||||
|
severity: high
|
||||||
|
description: |
|
||||||
|
Netflow Analyzer default login was discovered.
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: html:"Login - Netflow Analyzer"
|
||||||
|
tags: default-login,netflow,misconfig
|
||||||
|
|
||||||
|
http:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /netflow/jspui/j_security_check HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
radiusUserEnabled=false&AUTHRULE_NAME=Authenticator&j_username={{username}}&j_password={{password}}&Submit=Login
|
||||||
|
|
||||||
|
attack: pitchfork
|
||||||
|
payloads:
|
||||||
|
username:
|
||||||
|
- admin
|
||||||
|
password:
|
||||||
|
- admin
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: set_cookie
|
||||||
|
words:
|
||||||
|
- "NFA_Jsession="
|
||||||
|
- "JSESSIONID"
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: location
|
||||||
|
words:
|
||||||
|
- "/netflow;jsessionid"
|
Loading…
Reference in New Issue