perf: 优化UDP扫描逻辑

This commit is contained in:
ZacharyZcR
2024-12-23 03:15:14 +08:00
parent 26525dbb0e
commit 1906acf551
6 changed files with 31 additions and 19 deletions

View File

@@ -9,7 +9,6 @@ import (
"time"
)
// SNMPScan 执行SNMP服务扫描
// SNMPScan 执行SNMP服务扫描
func SNMPScan(info *Common.HostInfo) (tmperr error) {
if Common.DisableBrute {