mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 19:21:52 +08:00
feat: 添加SSH 2222端口
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ func init() {
|
||||
|
||||
Common.RegisterPlugin("ssh", Common.ScanPlugin{
|
||||
Name: "SSH",
|
||||
Ports: []int{22},
|
||||
Ports: []int{22, 2222},
|
||||
ScanFunc: Plugins.SshScan,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user