aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-03-12 07:33:52 -0500
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-03-12 07:33:52 -0500
commitf04fb03707cb10e637bda891621067549174e39f (patch)
treec91384826727cd14caf1082472023b308f76630b /go.mod
parent11741c4cde3d552211fbb04eddd719b3dc3bd472 (diff)
downloadgoexec-f04fb03707cb10e637bda891621067549174e39f.tar.gz
goexec-f04fb03707cb10e637bda891621067549174e39f.zip
Fixed issue with NTLMv2 authentication using NTLM hash
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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