mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
fix: redis exploit 超时改用配置值 & 清理死代码
- redis exploit 硬编码 30s deadline 改为 config.ModuleTimeout(),与同文件其他超时一致 - 删除 BaseScanStrategy.LogPluginInfo 残留死代码(全是空操作) - .gitignore 补充 fscan_cli/fscan_web/embed-agent 构建产物
This commit is contained in:
@@ -58,6 +58,9 @@ bin/
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
/fscan_cli
|
||||
/fscan_web
|
||||
/embed-agent
|
||||
|
||||
# Web UI build / Web前端构建
|
||||
web-ui/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user