mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
![]() 移除了36个静态分析工具识别的未使用函数,减少代码体积534行: 核心模块: - core/PluginAdapter.go: 移除7个未使用的插件适配器方法 - core/Registry.go: 移除5个未使用的注册器方法 - core/Scanner.go: 移除1个未使用的扫描方法 - core/WebDetection.go: 移除4个未使用的Web检测方法 通用模块: - common/ConcurrencyMonitor.go: 移除3个未使用的并发监控方法 - common/common.go: 移除1个未使用的插件注册方法 - common/base/Plugin.go: 移除4个未使用的插件管理方法 - common/parsers/Simple.go: 移除1个未使用的端口解析方法 - common/utils/memmonitor.go: 移除9个未使用的内存监控方法 - common/utils/slicepool.go: 移除1个未使用的切片去重方法 插件模块: - plugins/services/vnc/plugin.go: 移除1个未使用的服务识别方法 所有移除的函数均替换为中文注释标记,保持代码可读性。 |
||
---|---|---|
.. | ||
portfinger | ||
AliveScanner.go | ||
BaseScanStrategy.go | ||
ICMP.go | ||
LocalScanner.go | ||
nmap-service-probes.txt | ||
PluginAdapter.go | ||
PluginUtils.go | ||
PortDiscoveryService.go | ||
PortFinger.go | ||
PortInfo.go | ||
PortScan.go | ||
registry_linux.go | ||
registry_windows.go | ||
Registry.go | ||
Scanner.go | ||
ServiceScanner.go | ||
WebDetection.go | ||
WebScanner.go |