diff options
Diffstat (limited to 'TESTING.md')
-rw-r--r-- | TESTING.md | 16 |
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 |