Mirror of Covert Channel Application on the RWTH Aachen GitLab.

Missingmew 3d6a691f9c explicitly use std::printf 5 år sedan
cli 3d6a691f9c explicitly use std::printf 5 år sedan
daemon 6f6aedfbcb Basic Sniffer class 5 år sedan
gui eb8f4437c3 initial commit 5 år sedan
.clang-format 500289385c add clang-format config and autoformatting script 5 år sedan
.gitignore 397f0a7ad1 Add preliminary global gitignore file 5 år sedan
LICENSE b2211fe6e3 GPL License 5 år sedan
README.md cd9400f3ee no sudo for compiling :) 5 år sedan
autoformat.sh 500289385c add clang-format config and autoformatting script 5 år sedan

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