Browse Source

Merge branch 'develop'

Fixed some READMEs
Jonas Pflanzer 4 years ago
parent
commit
753535c4dd
3 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 3 3
      cli/README.md
  3. 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.
 Our motivation is to create a tool which allows you to send files over a covert channel between two controlled servers.
 <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/>
 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.

+ 3 - 3
cli/README.md

@@ -118,7 +118,7 @@ user@0.0.0.0:1234 - Status: ok
 ccats> put ./loremipsum.txt
 Begin uploading file loremipsum.txt
 ccats> extendedlist
-Files stored on server: 
+Files stored on server:
 size (kBytes)  decryptable  file
          0.51  unknown      loremipsum3.txt
        339.98  yes          loremipsum.txt
@@ -126,9 +126,9 @@ size (kBytes)  decryptable  file
        339.98  yes          somefancyfile.html
          0.60  no           loremipsum2.txt
 ccats> queue loremipsum.txt
-File somefancyfile.txt queued succesfully.
+File loremipsum.txt queued succesfully.
 ccats> queue loremipsum4.txt
-File somefancyfile4.txt queued succesfully.
+File loremipsum4.txt queued succesfully.
 ccats> extendedstatus
 
 Transfers between different servers:

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