Skip to content
Snippets Groups Projects
Commit 5737ea54 authored by Robert David Graham's avatar Robert David Graham
Browse files

stopped DNS evasion

parent 7270083b
No related branches found
No related tags found
No related merge requests found
#use llvm by default, GNU C otherwise
CC=$(shell which clang || which gcc)
CC=gcc
PREFIX ?= /usr
BINDIR ?= $(PREFIX)/bin
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment