Arno0x / DNSExfiltrator

Data exfiltration over DNS request covert channel
837 stars 180 forks source link

Client requires .NET 4.5 for System.IO.Compression.dll #3

Open Djent- opened 5 years ago

Djent- commented 5 years ago

It would be great to have an option to use/support different versions of .NET, even at the cost of not compressing files

Arno0x commented 5 years ago

Are you using such an old system that it doesn't have .Net v4.5 ?

Djent- commented 5 years ago

Not me, but my client is

Arno0x commented 5 years ago

oh well, just remove the compression steps and the include of the compression Assembly, but I'm not sure this will be the only problem then...