From f04fb03707cb10e637bda891621067549174e39f Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Wed, 12 Mar 2025 07:33:52 -0500 Subject: Fixed issue with NTLMv2 authentication using NTLM hash --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 56ba734..58828e7 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.0 require ( github.com/RedTeamPentesting/adauth v0.1.1-0.20250304075117-acd47d454877 github.com/google/uuid v1.6.0 - github.com/oiweiwei/go-msrpc v1.2.3 + github.com/oiweiwei/go-msrpc v1.2.4 github.com/rs/zerolog v1.33.0 github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 -- cgit v1.2.3