feat: 增加Rsync扫描和测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 06:43:44 +08:00
parent 94121a796f
commit 0a9c732ee8
7 changed files with 237 additions and 4 deletions
+6
View File
@@ -127,6 +127,12 @@ func init() {
ScanFunc: Plugins.ModbusScan,
})
Common.RegisterPlugin("rsync", Common.ScanPlugin{
Name: "Rsync",
Ports: []int{873},
ScanFunc: Plugins.RsyncScan,
})
Common.RegisterPlugin("rdp", Common.ScanPlugin{
Name: "RDP",
Ports: []int{3389},