mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
refactor: 去掉UDP扫描、优化了DCInfo和MiniDump的检测机制
This commit is contained in:
@@ -13,7 +13,6 @@ const (
|
||||
ModePort = "Port" // 端口扫描
|
||||
ModeICMP = "ICMP" // ICMP探测
|
||||
ModeLocal = "Local" // 本地信息收集
|
||||
ModeUDP = "UDP" //UDP扫描
|
||||
)
|
||||
|
||||
// 插件分类映射表 - 所有插件名使用小写
|
||||
@@ -45,9 +44,6 @@ var pluginGroups = map[string][]string{
|
||||
ModeLocal: {
|
||||
"localinfo",
|
||||
},
|
||||
ModeUDP: {
|
||||
"snmp",
|
||||
},
|
||||
}
|
||||
|
||||
// ParseScanMode 解析扫描模式
|
||||
|
||||
Reference in New Issue
Block a user