README.md 406 B

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