aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-03-12 07:33:52 -0500
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-03-12 07:33:52 -0500
commitf04fb03707cb10e637bda891621067549174e39f (patch)
treec91384826727cd14caf1082472023b308f76630b /TODO.md
parent11741c4cde3d552211fbb04eddd719b3dc3bd472 (diff)
downloadgoexec-f04fb03707cb10e637bda891621067549174e39f.tar.gz
goexec-f04fb03707cb10e637bda891621067549174e39f.zip
Fixed issue with NTLMv2 authentication using NTLM hash
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 610751f..7d66ad9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,14 +10,13 @@
- [X] add dynamic string binding support
- [X] general clean up. Use TSCH & WMI as reference
-- [ ] WMI `reg` subcommand - read & edit the registry
-
-- [ ] Add DCOM module
- - [ ] MMC20.Application method
+- [X] Add DCOM module
+ - [X] MMC20.Application method
- [ ] Add psexec module (RemComSvc)
- [ ] Add support for dynamic service executable (of course)
+- [ ] WMI `reg` subcommand - read & edit the registry
### Other