mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 04:31:52 +08:00
feat: 增加Modbus扫描和测试环境
This commit is contained in:
@@ -121,6 +121,12 @@ func init() {
|
||||
ScanFunc: Plugins.ZabbixScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("modbus", Common.ScanPlugin{
|
||||
Name: "Modbus",
|
||||
Ports: []int{502, 5020}, // Modbus 默认端口
|
||||
ScanFunc: Plugins.ModbusScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("rdp", Common.ScanPlugin{
|
||||
Name: "RDP",
|
||||
Ports: []int{3389},
|
||||
|
||||
Reference in New Issue
Block a user