aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryan@falconops.com>2025-04-24 14:35:13 -0500
committerGitHub <noreply@github.com>2025-04-24 14:35:13 -0500
commit893580cbd93cd066988ce828f5615ceca509b4a6 (patch)
tree177328a2d20d5451e10d99b3a0a550786c83acd4 /TODO.md
parent212d6e79f6d77109d20b98c2f08fbff0e8895b9f (diff)
parent686e6325870b501c9fda2493599a7c11f573521b (diff)
downloadgoexec-893580cbd93cd066988ce828f5615ceca509b4a6.tar.gz
goexec-893580cbd93cd066988ce828f5615ceca509b4a6.zip
Merge pull request #2 from dev branch
Fix Kerberos w/ proxy dialer; Add Go build workflow
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 01a00b6..7afd1da 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,7 +11,7 @@
## SCMR
-- [X] Clean up SCMR module
+- [X] Clean up SCMR module
- [X] add dynamic string binding support
- [X] general cleanup. Use TSCH & WMI as reference
- [ ] Output
@@ -39,8 +39,9 @@
## Bug Fixes
-- [X] Fix SMB transport for SCMR module - `rpc_s_cannot_support: The requested operation is not supported.`
-- [X] Fix proxy - EPM doesn't use the proxy dialer
+- [X] (Fixed) SMB transport for SCMR module - `rpc_s_cannot_support: The requested operation is not supported.`
+- [X] (Fixed) Proxy - EPM doesn't use the proxy dialer
+- [X] (Fixed) Kerberos requests don't dial through proxy
- [ ] Fix SCMR `change` method so that dependencies field isn't permanently overwritten
## Lower Priority