diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-24 12:17:27 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-24 12:17:27 -0500 |
commit | 911a2456e7f2098a9b4a9bec3e95b4216ee97c41 (patch) | |
tree | 5af42a7b1f6f3b4ce267e5da42dea6cc4deba52d /TODO.md | |
parent | 212d6e79f6d77109d20b98c2f08fbff0e8895b9f (diff) | |
download | goexec-911a2456e7f2098a9b4a9bec3e95b4216ee97c41.tar.gz goexec-911a2456e7f2098a9b4a9bec3e95b4216ee97c41.zip |
Ensure that Kerberos requests use proxy dialer
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |