Mirror of Covert Channel Application on the RWTH Aachen GitLab.
anon 6f6aedfbcb Basic Sniffer class | 5 years ago | |
---|---|---|
cli | 5 years ago | |
daemon | 5 years ago | |
gui | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago |
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