aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBryan McNulty <bryan@falconops.com>2025-05-06 17:14:13 -0500
committerGitHub <noreply@github.com>2025-05-06 17:14:13 -0500
commit19af8d591a224cb104996a50935a8f4b1643a3a1 (patch)
treeefadc3b5c58820e686b74f49dd01bd9993baf3af /go.mod
parent10eee0ed28ecf5f22967a935e3596000e75cd63e (diff)
downloadgoexec-main.tar.gz
goexec-main.zip
Bug fixes, +`dcom shellwindows` +`dcom shellbrowserwindow` (#17)HEADmain
* Negotiate (not force) highest SMB dialect * Fixed some issues with SMB client * `dcom`: new method: `shellwindows` * Update gitignore * TODO: new feature ideas, check ShellWindows * `dcom`: new method: `shellbrowserwindow` * update README.md with DCOM ShellWindows & ShellBrowserWindow modules. * Tweaks to shellbrowserwindow.go * Bumped adauth to v0.3.0 + other deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 88b8d67..0110ddf 100644
--- a/go.mod
+++ b/go.mod
@@ -5,16 +5,16 @@ go 1.23.3
toolchain go1.24.1
require (
- github.com/RedTeamPentesting/adauth v0.2.3-0.20250425090338-486ba8225ec2
+ github.com/RedTeamPentesting/adauth v0.3.0
github.com/google/uuid v1.6.0
github.com/oiweiwei/go-msrpc v1.2.5
github.com/oiweiwei/go-smb2.fork v1.0.0
github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
- golang.org/x/net v0.39.0
- golang.org/x/term v0.31.0
- golang.org/x/text v0.24.0
+ golang.org/x/net v0.40.0
+ golang.org/x/term v0.32.0
+ golang.org/x/text v0.25.0
)
require (
@@ -31,7 +31,7 @@ require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/oiweiwei/gokrb5.fork/v9 v9.0.2 // indirect
- golang.org/x/crypto v0.37.0 // indirect
- golang.org/x/sys v0.32.0 // indirect
+ golang.org/x/crypto v0.38.0 // indirect
+ golang.org/x/sys v0.33.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.5.0 // indirect
)