Mirror of Covert Channel Application on the RWTH Aachen GitLab.

anon 02564e27bf Solve memory leak from deleting sniffer too early 4 years ago
cli 1347dbe69c remove hardcoded debug flag for cli 4 years ago
daemon 02564e27bf Solve memory leak from deleting sniffer too early 4 years ago
gui 3579a3190e Fixed Disconnect on closing the GUI 4 years ago
.clang-format 500289385c add clang-format config and autoformatting script 5 years ago
.gitignore 7a76a90805 update gitignore to ignore build folders 5 years ago
Client-Server Protocol.md fdfd7895ab Changed how files are sent and received 4 years ago
LICENSE b2211fe6e3 GPL License 5 years ago
README.md cd9400f3ee no sudo for compiling :) 5 years ago
autoformat.sh 2898a04c76 fix autoformat.sh to format all files 5 years ago

README.md

CCats

Covert Channels are Tricky Stuff

daemon installation

Change to daemon/ and run cmake and compile with

mkdir build
cmake ..

and

make

Copy executable

sudo cp ccats /usr/bin

Copy service file

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

Enable and start service with

sudo systemctl enable ccats.service

and

sudo systemctl start ccats.service