Create netdisco-unauth.yaml
parent
45db6501ce
commit
73464aa138
|
@ -0,0 +1,30 @@
|
|||
id: netdisco-unauth
|
||||
|
||||
info:
|
||||
name: Netdisco - Unauth Access
|
||||
author: ritikchaddha
|
||||
severity: critical
|
||||
description: |
|
||||
Detects an unauth dashboard access of Netdisco.
|
||||
impact: |
|
||||
Attackers can potentially exploit this vulnerability to gain unauthorized access to sensitive information.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"Netdisco"
|
||||
fofa-query: title="Netdisco"
|
||||
tags: netdisco,misconfig,unauth
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/inventory"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- contains_all(body, "User Management", "/admin/discoverall", "Logged in as")
|
||||
- status_code == 200
|
||||
condition: and
|
Loading…
Reference in New Issue