feat: 增加端口SYN扫描

This commit is contained in:
ZacharyZcR
2024-12-22 10:53:36 +08:00
parent 04ee3afb07
commit 46f9ab84b1
6 changed files with 227 additions and 26 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ var (
// 扫描配置
ScanMode string // 原Scantype
ThreadNum int // 原Threads
Timeout int64 = 3
UseSynScan bool
Timeout int64 = 3
LiveTop int
DisablePing bool // 原NoPing
UsePing bool // 原Ping