aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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