Arno0x / DNSDelivery

DNSDelivery provides delivery and in memory execution of shellcode or .Net assembly using DNS requests delivery channel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dns delivery compile error

opened this issue · comments

hi thanks for this great job, when i try to compile the dnsdelivery.cs it gives me this error: "DnsResolver does not exist in this contest"!!

Hi, make sure you also have the dnsResolver.cs file in the same directory and compile both files using the following command line:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /unsafe /out:dnsdelivery.exe *.cs