You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2024. It is now read-only.
I think I might've found one of the potential issues on Windows Server 2012 R2, which causes the [-] DefineDosDevice failed with error code 6 - The handle is invalid. error.
On this 2012 server \KnownDlls\SspiCli.dll already existed and changing the DLL_TO_HIJACK_WIN81 dll to EventAggregation.dll fixed the issue.
Is there any specific reason why you are using SspiCli.dll on 2012 and EventAggregation.dll on Windows 10, as they both seem to get loaded by services.exe?
HI,
Nice work as always!
I think I might've found one of the potential issues on Windows Server 2012 R2, which causes the
[-] DefineDosDevice failed with error code 6 - The handle is invalid.error.On this 2012 server
\KnownDlls\SspiCli.dllalready existed and changing the DLL_TO_HIJACK_WIN81 dll toEventAggregation.dllfixed the issue.Is there any specific reason why you are using
SspiCli.dllon 2012 andEventAggregation.dllon Windows 10, as they both seem to get loaded byservices.exe?