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:
parent
b9ae6fd897
commit
2f6ae233b0
13 changed files with 2 additions and 23 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue