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
I'm getting access denied while trying to open a handle to the driver using CreateFile.
I thought it was an issue with my implementation, but it seems the permissions changed in recent versions of Windows.
I tried with SeDebugPrivilege + SeLoadDriverPrivilege + SeTcpPrivilege and even SeSecurityPrivilege.
If you find a way around this, please let me know. I'm trying to bring this to PowerShell 😅
My take on it: https://github.com/FranciscoNabas/ProcessSlayer
The text was updated successfully, but these errors were encountered:
I'm getting access denied while trying to open a handle to the driver using
CreateFile
.I thought it was an issue with my implementation, but it seems the permissions changed in recent versions of Windows.
I tried with SeDebugPrivilege + SeLoadDriverPrivilege + SeTcpPrivilege and even SeSecurityPrivilege.
If you find a way around this, please let me know. I'm trying to bring this to PowerShell 😅
My take on it: https://github.com/FranciscoNabas/ProcessSlayer
The text was updated successfully, but these errors were encountered: