mirror of https://github.com/hfiref0x/KDU.git
Updated README
This commit is contained in:
parent
d3d59dd51b
commit
8f48ca6b49
|
@ -28,7 +28,8 @@ It features:
|
|||
* -list - list currently available providers;
|
||||
* -diag - run system diagnostic for troubleshooting;
|
||||
* -prv - optional, select vulnerability driver provider;
|
||||
* -ps - modify process object of given ProcessID;
|
||||
* -ps - modify process object of given ProcessID, downgrading any protections;
|
||||
* -pse - launch program as ProtectedProcessLight-AntiMalware (PPL);
|
||||
* -dse - write user defined value to the system DSE state flags;
|
||||
* -map - map driver to the kernel and execute it entry point, this command have dependencies listed below;
|
||||
* -scv version - optional, select shellcode version, default 1;
|
||||
|
@ -44,6 +45,7 @@ Example:
|
|||
+ kdu -prv 6 -scv 3 -drvn edrv -drvr e3600bl -map c:\install\e3600bl.sys
|
||||
+ kdu -dse 0
|
||||
+ kdu -dse 6
|
||||
+ kdu -pse "C:\Windows\System32\notepad.exe C:\TEMP\words.txt"
|
||||
|
||||
Run on Windows 10 20H2*
|
||||
|
||||
|
|
Loading…
Reference in New Issue