mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
![]() - 将Config相关文件重构为独立的config模块 - 创建config/Types.go定义核心配置数据结构 - 新增config/ServiceDict.go管理服务认证字典(线程安全) - 新增config/PortMapping.go管理端口探测器映射(线程安全) - 新增config/ScanOptions.go提供扫描选项管理(线程安全) - 新增config/Manager.go统一配置管理器 - 新增Variables.go作为向后兼容桥接层 - 重构Config.go为兼容入口点,委托给新模块 - 删除原有的单体配置文件 - 修复用户字典和密码字典初始化问题 - 保持完全向后兼容性,现有API无需修改 - 提升代码组织性和可维护性 |
||
---|---|---|
.. | ||
config | ||
logging | ||
output | ||
parsers | ||
Config.go | ||
Flag.go | ||
i18n.go | ||
Log.go | ||
Output.go | ||
Parse.go | ||
ParseIP.go | ||
ParsePort.go | ||
Ports.go | ||
Proxy.go | ||
Types.go | ||
Variables.go |