From afe9a0228f27ed62c8919a9c7ec1ea1dcb3a6a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Mon, 13 Nov 2023 10:29:43 +0800 Subject: [PATCH] Update NetBIOS.go --- Plugins/NetBIOS.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/NetBIOS.go b/Plugins/NetBIOS.go index 107dcca..8b76939 100644 --- a/Plugins/NetBIOS.go +++ b/Plugins/NetBIOS.go @@ -328,7 +328,7 @@ func ParseNTLM(ret []byte) (netbios NetBiosInfo, err error) { return } length = num1 + num2*256 - num1, err = bytetoint(ret[start+44 : start+45][0]) + _, err = bytetoint(ret[start+44 : start+45][0]) if err != nil { return }