mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
- fileinfo 的敏感文件扫描合并到 systeminfo - dcinfo 的域控信息收集合并到 systeminfo,通过 build tag 隔离平台差异 - 检测到域环境时自动触发域信息收集,WORKGROUP 环境自动跳过 - 新增 systeminfo_dc_windows.go 和 systeminfo_dc_other.go 处理跨平台编译
6 lines
143 B
Go
6 lines
143 B
Go
//go:build (plugin_systeminfo || !plugin_selective) && !windows && !no_local
|
|
|
|
package local
|
|
|
|
func (p *SystemInfoPlugin) collectDomainInfo() {}
|