Browse Source

Link READMEs

Jonas Pflanzer 4 years ago
parent
commit
a3cb0c7053
2 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md
  2. 0 0
      gui/README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 CCats is a covert channel tool which works as man in the middle.
 CCats is a covert channel tool which works as man in the middle.
 Our motivation is to create a tool which allows you to send files over a covert channel between two controlled servers.
 Our motivation is to create a tool which allows you to send files over a covert channel between two controlled servers.
 <br/><br/>
 <br/><br/>
-This repository consists of three programs: a server (daemon), a CLI-client and a GUI-client.
+This repository consists of three programs: a [server (daemon)](daemon/README.md), a [CLI-client](cli/README.md) and a [GUI-client](gui/README.md).
 <br/><br/>
 <br/><br/>
 The server manages the uploaded files and transmits the files over the covert channel.
 The server manages the uploaded files and transmits the files over the covert channel.
 The clients let you connect and login to the server and upload files and start file transmission over the covert channel.
 The clients let you connect and login to the server and upload files and start file transmission over the covert channel.

+ 0 - 0
gui/Readme.md → gui/README.md