# mkdns **Repository Path**: millken/mkdns ## Basic Information - **Project Name**: mkdns - **Description**: test dns - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README mkdns ===== test dns ``` sudo apt-get install ethtool sudo ethtool -K eth0 gso off sudo ethtool -K eth0 tso off sudo ethtool -K eth0 gro off ``` using tcp ``` iptables -I OUTPUT -p tcp --tcp-flags ALL RST -j DROP iptables -I OUTPUT -p tcp --tcp-flags ALL RST,ACK -j DROP ``` ==== Link ==== https://github.com/jerome-laforge/ClientInjector/blob/master/src/cmd/ClientInjector/network/network.go https://github.com/nightcoffee/http-hijack/blob/3bc6b1ec68bab21c94ce75c868928eb7756605b4/http-hijack.go https://github.com/david415/HoneyBadger http://www.devdungeon.com/content/packet-capture-injection-and-analysis-gopacket#decoding-packet-layers https://github.com/grahamking/latency/blob/master/tcp.go