Mirror of Covert Channel Application on the RWTH Aachen GitLab.
anon 58c8ca933f Remove boost includes from main.cpp | 5 vuotta sitten | |
---|---|---|
cli | 5 vuotta sitten | |
daemon | 5 vuotta sitten | |
gui | 5 vuotta sitten | |
.clang-format | 5 vuotta sitten | |
.gitignore | 5 vuotta sitten | |
Client-Server Protocol.md | 5 vuotta sitten | |
LICENSE | 5 vuotta sitten | |
README.md | 5 vuotta sitten | |
autoformat.sh | 5 vuotta sitten |
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