Mirror of Covert Channel Application on the RWTH Aachen GitLab.
marius.rescheleit 7700e4e360 added user management to server and main | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
cli | %!s(int64=4) %!d(string=hai) anos | |
daemon | %!s(int64=4) %!d(string=hai) anos | |
gui | %!s(int64=4) %!d(string=hai) anos | |
.clang-format | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
Client-Server Protocol.md | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
autoformat.sh | %!s(int64=5) %!d(string=hai) anos |
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