Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Aug 23, 2024
1 parent 905c7a2 commit aa16713
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa16713

Please sign in to comment.