Mirror of Covert Channel Application on the RWTH Aachen GitLab.
Cyamond 26f86e0381 Merge branch 'master' of git.rwth-aachen.de:tobias.wach/ccats | před 4 roky | |
---|---|---|
cli | před 4 roky | |
daemon | před 4 roky | |
gui | před 4 roky | |
.clang-format | před 5 roky | |
.gitignore | před 5 roky | |
Client-Server Protocol.md | před 4 roky | |
LICENSE | před 5 roky | |
README.md | před 5 roky | |
autoformat.sh | před 5 roky |
Covert Channels are Tricky Stuff
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