Permalink
Browse files

IDS LULZ

  • Loading branch information...
robertdavidgraham committed Oct 7, 2013
1 parent bb4967a commit 6f7b3f641552e1de801ab115b976e068188a3769
Showing with 5 additions and 2 deletions.
  1. +3 −0 src/proto-ssl.c
  2. +2 −2 src/templ-payloads.c
View
@@ -296,12 +296,15 @@ server_cert(
continue;
}
cert_remaining = px[i];
remaining--;
DROPDOWN(i,length,state);
case CLEN1:
cert_remaining = cert_remaining * 256 + px[i];
remaining--;
DROPDOWN(i,length,state);
case CLEN2:
cert_remaining = cert_remaining * 256 + px[i];
remaining--;
DROPDOWN(i,length,state);
data->cert_state = 0;
server_cert_copy(data, 0,1, 0,0,0);
View
@@ -64,12 +64,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, 38, 0, dns_set_cookie,
{53, 65536, 39, 0, dns_set_cookie,
"\x50\xb6" /* transaction id */
"\x01\x20" /* quer y*/
"\x00\x01" /* query = 1 */
"\x00\x00\x00\x00\x00\x00"
"\x07" "version" "\x04" "bind" "\x00"
"\x07" "version" "\x04" "bind" "\xc0" "\x08"
"\x00\x10" /* TXT */
"\x00\x03" /* CHAOS */

0 comments on commit 6f7b3f6

Please sign in to comment.