mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
feat: 增加MiniDump插件
This commit is contained in:
@@ -230,4 +230,16 @@ func init() {
|
||||
Ports: []int{}, // 本地信息收集不需要端口
|
||||
ScanFunc: Plugins.LocalInfoScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("dcinfo", Common.ScanPlugin{
|
||||
Name: "DCInfo",
|
||||
Ports: []int{}, // 本地信息收集不需要端口
|
||||
ScanFunc: Plugins.DCInfoScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("minidump", Common.ScanPlugin{
|
||||
Name: "MiniDump",
|
||||
Ports: []int{}, // 本地信息收集不需要端口
|
||||
ScanFunc: Plugins.MiniDump,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user