rdpgw/ntlm.go
2020-06-30 09:40:53 +02:00

13 lines
249 B
Go

package main
type NtlmChallenge struct {
Signature [8]byte
MsgType uint32
TargetNameLen uint16
TargetNameMaxLen uint16
TargetNameBufferOffset uint32
NegotiateFlags [4]byte
ServerChallenge [8]byte
Reserved [8]byte
TargetInfoBytes [8]byte
}