Pflanzer, Jonas f100fe23bc US49: Hashed password on server пре 4 година
..
include 37f1bf9b26 Merge for пре 4 година
src f100fe23bc US49: Hashed password on server пре 4 година
test 37f1bf9b26 Merge for пре 4 година
CMakeLists.txt 99263a8448 Adjust filters for passiveMode again пре 4 година
CovertProtocol.md 920ea43ebe US39: Bidirectional Covert Channel Protocol пре 4 година
Daemon-Config-Reference.md 99263a8448 Adjust filters for passiveMode again пре 4 година
README.md e057cd4b1a Maintain READMEs пре 4 година
ccats.service 356b02fb13 created deamon пре 4 година
createsslfiles.sh e2ab8c089f implement very basic ssl, todo allow server to run without ssl and get ssl fully running (broken right now, complains about no shared cipher) пре 4 година

README.md

Daemon

Build

mkdir build
cd build
cmake ..
make

Tests

To build tests just set the ENABLE_TESTS variable to true and rebuild the program.

cmake .. -DENABLE_TESTS=true
make

Run

Currently the first argument is the network interface for the sniffer.

bin/ccats lo

Tests

make test

Installation

After building the program copy executable:

sudo cp bin/ccats /usr/bin

Copy service file:

sudo cp ccats.service /etc/systemd/system/

Enable and start service with:

sudo systemctl enable ccats.service

and start it

sudo systemctl start ccats.service