removed hardcoded console.writeline value *facepalm*

Signed-off-by: cube0x0 <vidfelt@protonmail.com>
pull/21/head
cube0x0 3 years ago
parent b9ae6fd897
commit 2f6ae233b0
  1. BIN
      SharpPrintNightmare/SharpPrintNightmare/.vs/SharpPrintNightmare/v16/.suo
  2. 4
      SharpPrintNightmare/SharpPrintNightmare/Program.cs
  3. BIN
      SharpPrintNightmare/SharpPrintNightmare/bin/Release/SharpPrintNightmare.exe
  4. 6
      SharpPrintNightmare/SharpPrintNightmare/bin/Release/SharpPrintNightmare.exe.config
  5. BIN
      SharpPrintNightmare/SharpPrintNightmare/bin/Release/SharpPrintNightmare.pdb
  6. 4
      SharpPrintNightmare/SharpPrintNightmare/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs
  7. BIN
      SharpPrintNightmare/SharpPrintNightmare/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  8. BIN
      SharpPrintNightmare/SharpPrintNightmare/obj/Debug/SharpPrintNightmare.csprojAssemblyReference.cache
  9. 4
      SharpPrintNightmare/SharpPrintNightmare/obj/Release/.NETFramework,Version=v4.5.AssemblyAttributes.cs
  10. 1
      SharpPrintNightmare/SharpPrintNightmare/obj/Release/SharpPrintNightmare.csproj.CoreCompileInputs.cache
  11. 6
      SharpPrintNightmare/SharpPrintNightmare/obj/Release/SharpPrintNightmare.csproj.FileListAbsolute.txt
  12. BIN
      SharpPrintNightmare/SharpPrintNightmare/obj/Release/SharpPrintNightmare.exe
  13. BIN
      SharpPrintNightmare/SharpPrintNightmare/obj/Release/SharpPrintNightmare.pdb

@ -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();

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")]

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")]

@ -1,6 +0,0 @@
C:\CVE-2021-1675\SharpPrintNightmare\SharpPrintNightmare\bin\Release\SharpPrintNightmare.exe.config
C:\CVE-2021-1675\SharpPrintNightmare\SharpPrintNightmare\bin\Release\SharpPrintNightmare.exe
C:\CVE-2021-1675\SharpPrintNightmare\SharpPrintNightmare\bin\Release\SharpPrintNightmare.pdb
C:\CVE-2021-1675\SharpPrintNightmare\SharpPrintNightmare\obj\Release\SharpPrintNightmare.csproj.CoreCompileInputs.cache
C:\CVE-2021-1675\SharpPrintNightmare\SharpPrintNightmare\obj\Release\SharpPrintNightmare.exe
C:\CVE-2021-1675\SharpPrintNightmare\SharpPrintNightmare\obj\Release\SharpPrintNightmare.pdb
Loading…
Cancel
Save