From aa16713ca0b73702904a227da363c429751ecf65 Mon Sep 17 00:00:00 2001 From: beac0n Date: Fri, 23 Aug 2024 22:31:01 +0200 Subject: [PATCH] update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3336087..61cd9ba 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ picks from existing commands. ## security -- client sends UDP packet to server, server never responds to it -> port-scanning does not help an adversary -- data sent from client to server is encrypted using RSA -- client only defines command to execute, commands are saved on server -> client can only pick command but not define it -- run server software in such a way so that it uses as little operating system rights as possible -- replay protection by adding every packet that the server received to a blocklist +- client sends UDP packet to server, server never responds to it -> **port-scanning** does not help an adversary +- data sent from client to server is **encrypted** using **RSA** +- client only defines command to execute, **commands are saved on server** -> client can pick command but not define it +- run server software in such a way so that it uses **as little operating system rights** as possible +- **replay protection** by adding every packet that the server received to a blocklist - (WIP) DoS protection # use case