Mirror of Covert Channel Application on the RWTH Aachen GitLab.
anon 02564e27bf Solve memory leak from deleting sniffer too early | hace 4 años | |
---|---|---|
cli | hace 4 años | |
daemon | hace 4 años | |
gui | hace 4 años | |
.clang-format | hace 5 años | |
.gitignore | hace 5 años | |
Client-Server Protocol.md | hace 4 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
autoformat.sh | hace 5 años |
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