add workstation to the user info

This commit is contained in:
Gorkem Meydan
2023-08-16 14:52:27 +03:00
parent e7f1485eee
commit 46c9fb1e95
12 changed files with 64 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ import (
rc4P "crypto/rc4"
crc32P "hash/crc32"
md4P "github.com/vadimi/go-ntlm/ntlm/md4"
md4P "github.com/sematext/go-ntlm/ntlm/md4"
)
func md4(data []byte) []byte {