aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-04-25 19:01:22 -0500
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-04-25 19:01:22 -0500
commit8fba4225d1f1cc1fc1b37cc8749044d6be670937 (patch)
tree3ae64c2bdf754c3d3a16746a34f6fdd81951591d /TODO.md
parent69564ac0f9a7cefc4231aa71e331c00fc4dac316 (diff)
downloadgoexec-8fba4225d1f1cc1fc1b37cc8749044d6be670937.tar.gz
goexec-8fba4225d1f1cc1fc1b37cc8749044d6be670937.zip
Update TODO
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 7afd1da..7972808 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,7 @@
# TODO
+We wanted to make development of this project as transparent as possible, so we've included our development TODOs in this file.
+
## TSCH
- [X] Clean up TSCH module
@@ -8,6 +10,7 @@
- [X] Output
- [X] Add `tsch change`
- [ ] Serialize XML with default indent level
+- [ ] Add --session to `tsch change`
## SCMR
@@ -33,15 +36,18 @@
## Other
- [X] Add proxy support - see https://github.com/oiweiwei/go-msrpc/issues/21
-- [ ] Descriptions for all modules and methods
+- [X] README
+- [X] pprof integration (hidden flag(s))
+- [X] Descriptions for all modules and methods
- [ ] Add SMB file transfer interface
-- [ ] README
-## Bug Fixes
+## Bugs
- [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
+- [X] (Fixed) Panic when closing nil log file
+- [ ] `scmr change` doesn't revert service cmdline
- [ ] Fix SCMR `change` method so that dependencies field isn't permanently overwritten
## Lower Priority