This commit is contained in:
张威33321
2026-08-22 17:19:47 +08:00
parent 32b308bc08
commit 0a0e5fdf7f
8 changed files with 76 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ type Config struct {
// 分类配置项
// ============================
// ScanConfig 网段扫描
// ScanConfig 目标扫描配置(支持 CIDR 和 IP 范围格式)
type ScanConfig struct {
CIDR string `yaml:"cidr"`
Timeout time.Duration `yaml:"timeout"`