Open aegyed91 opened 6 years ago
This is the error I encountered, any solution?
C:\Windows>dkom.exe cmd.exe
Basic DKOM Rootkit to Hide a Process
Usage : loader.exe [process name]
Author: Bradley Landherr
[+] Discovered PID of process cmd.exe: 1740
[*] Grabbing driver device handle...
[*] Loading driver.
[-] Error loading driver: This driver has been blocked from loading
[-] Error creating handle: This driver has been blocked from loading
Thanks!
EDIT: problem fixed, just need to compile a x64 driver
I am also getting: [-] Error loading Driver: The system cannot find the path specified. [-] Error creating handle: The system cannot find the path specified.
Any help is greatly appreciated, Thanks for your work!
@jodimary Did you also build the driver and place it in the path defined at:
https://github.com/landhb/HideProcess/blob/master/loader/loader.c#L8
You can change that define statement to point to wherever your .sys file is.
Hi Bradley, Thanks so much for replying. I tried it again and it was successful so it must have been something I did incorrectly through the process.
Just want to say thank you, as I have been looking for exactly this, that works on Windows 10 for a while, as my university dissertation is regarding memory forensics.
Thank you!!
No problem! Hope it helps, good luck!
Using a win8.1 VM, will this code work in this OS?
Hi @landhb, i compiled the driver and the loader. Copied
Rootkit.sys
toC:\Windows\System32\drivers\
In the
loader.c
file i got#define DRIVER "C:\\Windows\\System32\\drivers\\Rootkit.sys"
when i compile.When i try to hide a process this is the STDOUT i get:
Ignore
LALA: 3
:D I think the error happens atStartService(svcHandle, 0, NULL) == 0
it is like the loader cannot find the driverany ideas?
OFF: on win 10 ver 1703 (rs2) build 15063 enterprise it only works for you about ~30minutes before BSOD?