mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: poc-yaml-kong-cve-2020-11710-unauth
|
||||
rules:
|
||||
- method: GET
|
||||
path: /
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"kong_env")
|
||||
- method: GET
|
||||
path: /status
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"kong_db_cache_miss")
|
||||
detail:
|
||||
author: Loneyer
|
||||
links:
|
||||
- https://mp.weixin.qq.com/s/Ttpe63H9lQe87Uk0VOyMFw
|
||||
Reference in New Issue
Block a user