From 5737ea546c5c8c4d8cbfb63d62250cd8a6ad2922 Mon Sep 17 00:00:00 2001
From: Robert David Graham <robert_david_graham@yahoo.com>
Date: Mon, 19 Mar 2018 22:56:30 -0400
Subject: [PATCH] stopped DNS evasion

---
 Makefile             | 2 +-
 src/templ-payloads.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6c5f6b1..8507369 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #use llvm by default, GNU C otherwise
-CC=$(shell which clang || which gcc)
+CC=gcc
 
 PREFIX ?= /usr
 BINDIR ?= $(PREFIX)/bin
diff --git a/src/templ-payloads.c b/src/templ-payloads.c
index e461e1b..6f99db8 100644
--- a/src/templ-payloads.c
+++ b/src/templ-payloads.c
@@ -67,12 +67,12 @@ struct Payload2 hard_coded_payloads[] = {
          "\x30\x0d"
            "\x06\x09\x2b\x06\x01\x80\x02\x01\x01\x05\x00" /*sysDesc*/
            "\x05\x00"},        /*^^^^_____IDS LULZ HAH HA HAH*/
-    {53, 65536, 0x1f, 0, dns_set_cookie,
+    {53, 65536, 0x1e, 0, dns_set_cookie,
         /* 00 */"\x50\xb6"  /* transaction id */
         /* 02 */"\x01\x20"  /* quer y*/
         /* 04 */"\x00\x01"  /* query = 1 */
         /* 06 */"\x00\x00\x00\x00\x00\x00"
-        /* 0c */"\x07" "version"  "\x04" "bind" "\xc0\x1b"
+        /* 0c */"\x07" "version"  "\x04" "bind" "\x00"
         /* 1b */"\x00\x10" /* TXT */            /*^^^^^^^_____IDS LULZ HAH HA HAH*/
         /* 1d */"\x00\x03" /* CHAOS */
         /* 1f */
-- 
GitLab