From 19af8d591a224cb104996a50935a8f4b1643a3a1 Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Tue, 6 May 2025 17:14:13 -0500 Subject: Bug fixes, +`dcom shellwindows` +`dcom shellbrowserwindow` (#17) * 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 101ea9a..d3eb569 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .local /dist /goexec +/goexec.* /patch /go.work /go.work.sum @@ -14,3 +15,5 @@ *.prof *.cprof *.mprof +/tests +*._go -- cgit v1.2.3