feat: 增加SNMP扫描 增加UDP端口扫描

This commit is contained in:
ZacharyZcR
2024-12-23 02:59:59 +08:00
parent 9e8726e1f8
commit 3529efcb24
9 changed files with 158 additions and 7 deletions
+1
View File
@@ -51,6 +51,7 @@ var (
ScanMode string // 原Scantype
ThreadNum int // 原Threads
UseSynScan bool
UseUdpScan bool
Timeout int64 = 3
LiveTop int
DisablePing bool // 原NoPing