mirror of
https://github.com/FalconOpsLLC/goexec
synced 2026-06-06 15:44:27 +00:00
11 lines
143 B
Go
11 lines
143 B
Go
package smb
|
|
|
|
import "github.com/oiweiwei/go-msrpc/smb2"
|
|
|
|
const (
|
|
ClientName = "SMB"
|
|
|
|
DefaultPort = 445
|
|
DefaultDialect = smb2.SMB311
|
|
)
|