nuclei-templates/exposures/configs/hikvision-info-leak.yaml

25 lines
424 B
YAML
Raw Normal View History

2021-05-31 02:21:40 +00:00
id: hikvision-info-leak
info:
name: Hikvision Info Leak
author: pikpikcu
severity: medium
tags: exposure,config
requests:
- method: GET
path:
2021-05-31 05:47:26 +00:00
- '{{BaseURL}}/config/user.xml'
2021-05-31 02:21:40 +00:00
2021-05-31 05:47:26 +00:00
matchers-condition: and
2021-05-31 02:21:40 +00:00
matchers:
- type: word
words:
- '<user name='
- 'password='
condition: and
2021-05-31 05:47:26 +00:00
- type: word
words:
- "text/xml"
part: header