Mirror of Covert Channel Application on the RWTH Aachen GitLab.
![]() |
il y a 5 ans | |
---|---|---|
cli | il y a 5 ans | |
daemon | il y a 5 ans | |
gui | il y a 5 ans | |
.gitignore | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans |
Covert Channels are Tricky Stuff
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