feat: 添加SSH 2222端口

This commit is contained in:
ZacharyZcR
2024-12-20 19:08:40 +08:00
parent 57e0cc06e1
commit 672dfee2ac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ func init() {
Common.RegisterPlugin("ssh", Common.ScanPlugin{
Name: "SSH",
Ports: []int{22},
Ports: []int{22, 2222},
ScanFunc: Plugins.SshScan,
})