# # Cctt - Covert Channel Tunneling Tool v0.1.8 # Copyright (C) 2002,2003 Simon Castro - scastro@entreelibre.com # $Id: cctt_cl.cf,v 1.8 2003/08/29 10:11:51 simsim Exp $ # # ============================================================================== # This file is part of CCTT - Covert Channel Tunneling Tool v0.1.8 (C) Simon # Castro. # CCTT is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # CCTT is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # You should have received a copy of the GNU General Public License along with # CCTT; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA # ============================================================================== # # 27/07/2003 # # Configuration file for client. # Take a look at docs/confs/cl_*.conf # # Protocol used between client and server or client and proxy #PROTOCOL=tcp # In channel type with proxy (socket_proxy, http_proxy, etc...), set the ip, # port, protocol and msec delay used to access the proxy #CHANNEL_PROXY_IP=10.1.1.7 #CHANNEL_PROXY_PORT=8080 #CHANNEL_PROXY_PROT=tcp #CHANNEL_PROXY_DEL=30000 # In channel type with proxy, use this proxy chain to reach the server #HTTP_PROXY_CHAIN=192.168.10.7:8080:10000 # Set the identification type and key. It must be equal in server and client # configuration files ! # set to : clear_ident or basic_ident #IDENT=basic_ident #IDENT_KEY=simsim # In client proxy_mode, ip and port of the local proxy settings #PROXY_MODE_LOCAL_IP=127.0.0.1 #PROXY_MODE_LOCAL_PORT=4225 # In client proxy_mode, proxying type is set with protocol, ip address and port # the server will use on his side #PROXY_MODE_PROT=tcp #PROXY_MODE_REMOTE_IP=10.1.1.1 #PROXY_MODE_REMOTE_PORT=25 # ============================================================================== ### Following options are mandatory in all HTTP modes # Request number per TCP connection (anything > 0) #HTTP_MOD_CL_REQ_PER_CON=7 # Delay (in msecs) between each TCP connection (anything > 0) #HTTP_MOD_CL_DELAY_BET_CON=500 # Set this to any hostname you want (especially for the CCTT server behind a # webserver). #HTTP_MOD_CL_HOSTNAME=cctt.entreelibre.com # Content-type to use in the HTTP header #HTTP_MOD_CL_CONTENTTYPE=text/html # Maximum data size to add in the data segment of a HTTP packet #HTTP_MOD_CL_DATASIZE=1024 # This is the uri the server will match to search for valid datas #HTTP_MOD_URI=/cgi-bin/form.cgi # ============================================================================== ### Following options are optionals in HTTP modes ## The next two padding directives must have their counterpart in the SERVER ## part. # Datas of this file are padded at the top of datas (with or without #HTTP_MOD_CL_BOT_PAD) (only in http_post mode) #HTTP_MOD_CL_TOP_PAD=top_padding_client.txt # Datas of this file are padded at the bottom of datas (with or without #HTTP_MOD_CL_TOP_PAD) (only in http_post mode) #HTTP_MOD_CL_BOT_PAD=bottom_padding_client.txt ## The next two padding directives are related to the one configured in the ## SERVER part. # The top padding size in bytes (in http_post mode only) # It must be equal to the HTTP_MOD_CL_TOP_PAD configured in the SERVER part ! # (with or without HTTP_MOD_SRV_BOT_PAD) #HTTP_MOD_SRV_TOP_PAD=42 # The bottom padding size in bytes (in http_post mode only) # It must be equal to the HTTP_MOD_CL_BOT_PAD configured in the SERVER part ! # (with or without HTTP_MOD_SRV_TOP_PAD) #HTTP_MOD_SRV_BOT_PAD=24 # Set this to as many fake requests as you want. If they're configured in the # server part, files will be sended and dropped by the client. #HTTP_MOD_CL_FAKE_URLS=GET /index.html HTTP/1.0 #HTTP_MOD_CL_FAKE_URLS=GET /images/image.jpg HTTP/1.0 # Set this to set the fake urls frequence (mandatory if you use any # HTTP_MOD_CL_FAKE_URLS) # 0 : fake urls are send every x real requests (x is random) # 1 : fake urls are send with each real request # x : fake urls are send every x real requests. #HTTP_MOD_CL_FAKE_URLS_FREQ=0