aboutsummaryrefslogtreecommitdiff
path: root/TESTING.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 /TESTING.md
parent11741c4cde3d552211fbb04eddd719b3dc3bd472 (diff)
downloadgoexec-f04fb03707cb10e637bda891621067549174e39f.tar.gz
goexec-f04fb03707cb10e637bda891621067549174e39f.zip
Fixed issue with NTLMv2 authentication using NTLM hash
Diffstat (limited to 'TESTING.md')
-rw-r--r--TESTING.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/TESTING.md b/TESTING.md
new file mode 100644
index 0000000..5e6ed76
--- /dev/null
+++ b/TESTING.md
@@ -0,0 +1,16 @@
+# Testing
+
+## Known Issues
+
+| Issue | Fixed | Fix |
+|:------------------------------------------------|:------|:-------------------------------------------------------------------------------------|
+| NTLMv2 authentication broken when using NT hash | yes | https://github.com/oiweiwei/go-msrpc/commit/e65ccab483f45ebf545fd1122cb405931cc3c886 |
+| Kerberos authentication broken for DCOM module | no | |
+
+## Windows Server 2025
+
+### DCOM
+
+- [X] `goexec dcom mmc $target -u "$auth_user" -H "$auth_nt" -c "$cmd" --debug --no-epm`
+
+## Windows 11 Pro \ No newline at end of file