Mirror of Covert Channel Application on the RWTH Aachen GitLab.

anon b2211fe6e3 GPL License il y a 4 ans
cli eb8f4437c3 initial commit il y a 4 ans
daemon 6f6aedfbcb Basic Sniffer class il y a 4 ans
gui eb8f4437c3 initial commit il y a 4 ans
.gitignore 397f0a7ad1 Add preliminary global gitignore file il y a 4 ans
LICENSE b2211fe6e3 GPL License il y a 4 ans
README.md 8bf6ffbe27 added installation to readme il y a 4 ans

README.md

CCats

Covert Channels are Tricky Stuff

daemon installation

Change to daemon/ and run cmake and compile with

sudo cmake .

and

sudo 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