├── Makefile ├── README ├── dns.c ├── dns.h └── main.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethanwilloner/DNS-Amplification-Attack/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethanwilloner/DNS-Amplification-Attack/HEAD/README -------------------------------------------------------------------------------- /dns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethanwilloner/DNS-Amplification-Attack/HEAD/dns.c -------------------------------------------------------------------------------- /dns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethanwilloner/DNS-Amplification-Attack/HEAD/dns.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethanwilloner/DNS-Amplification-Attack/HEAD/main.c --------------------------------------------------------------------------------