Update NetBIOS.go

This commit is contained in:
影舞者 2023-11-13 10:29:43 +08:00 committed by GitHub
parent 019544cd07
commit afe9a0228f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,7 +328,7 @@ func ParseNTLM(ret []byte) (netbios NetBiosInfo, err error) {
return return
} }
length = num1 + num2*256 length = num1 + num2*256
num1, err = bytetoint(ret[start+44 : start+45][0]) _, err = bytetoint(ret[start+44 : start+45][0])
if err != nil { if err != nil {
return return
} }