1
0
Fork 0
mirror of https://github.com/cube0x0/CVE-2021-1675.git synced 2025-07-06 01:41:12 +01:00

removed hardcoded console.writeline value *facepalm*

Signed-off-by: cube0x0 <vidfelt@protonmail.com>
This commit is contained in:
cube0x0 2021-07-01 13:55:23 +02:00
parent b9ae6fd897
commit 2f6ae233b0
13 changed files with 2 additions and 23 deletions

View file

@ -65,8 +65,8 @@ namespace SharpPrintNightmare
{
DRIVER_INFO_2[] drivers = getDrivers();
string pDriverPath = Directory.GetParent(drivers[0].pDriverPath).FullName + "\\UNIDRV.DLL";
Console.WriteLine("[*] pDriverPath Found " + pDriverPath);
Console.WriteLine("[*] Executing C:\\addCube.dll");
Console.WriteLine($"[*] pDriverPath Found {pDriverPath}");
Console.WriteLine($"[*] Executing {dllpath}");
//DRIVER_INFO_2 Level2 = drivers[0];
DRIVER_INFO_2 Level2 = new DRIVER_INFO_2();