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