faq

来自「Cctt, "Covert Channel Tunneling Tool" - 」· 代码 · 共 47 行

TXT
47
字号
CCTT - Covert Channel Tunneling Tool v0.1.8 - FAQCopyright (C) 2002,2003 Simon Castro - scastro@entreelibre.com$Id: FAQ,v 1.6 2003/08/29 10:11:51 simsim Exp $================================================================================This file is part of CCTT - Covert  Channel  Tunneling  Tool  v0.1.8  (C)  SimonCastro.CCTT is free software; you can redistribute it and/or modify it under the  termsof 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  ANYWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS  FOR APARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General  Public  License  along  withCCTT; if not, write to the Free Software  Foundation,  Inc.,  59  Temple  Place,Suite 330, Boston, MA  02111-1307  USA================================================================================Question 1 : J'utilise les directives PERM_USER et PERM_CHROOT et je loggue  surmon demon Ssyslogd. Le serveur CCTT consigne bien  l'initialisation  via  Syslogmais les messages verbeux qui suivent ne figurent pas dans les logs.Reponse 1 : Avant d'utiliser la directive PERM_CHROOT et  d'enfermer  le serveurdans la cage, le serveur CCTT envoie son initialisation au serveur Syslog. C'estpourquoi vous avez l'initialisation.Une fois la cage fermee, si le serveur CCTT veut consigner des messages verbeux,il a besoin d'acceder a /dev/log - ce qui lui est bien entendu impossible vu quela racine a change.Pour resoudre ce probleme, il suffit de suivre les etapes suivantes :    * Creer un repertoire dev (root:root , 755) dans la cage.  * Configurer le demon Syslog pour qu'il positionne  une  socket  log  dans  le    repertoire dev.    => Pour    ce    faire,    il    suffit   d'ajouter   le   parametre     "-a       /path/to/cage/dev/log" pour un demon syslog standard ou le parametre  "-i       'unix /path/to/cage/dev/log'" pour un demon modular-syslog.================================================================================Question 2 : Comment connaitre  les  valeurs  de  timeout  a utiliser  pour  lesconnexions liees a l'utilisation de serveur(s) mandataire(s) ?Reponse 2 : Le plus simple est d'utiliser un client TCP (telnet, Netcat,  Socat,etc...) et de tenter les connexions a la main. Cela permet de se  rendre  comptesi des serveurs ferment des connexions rapidemment ou non.================================================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?