This repository has been archived on 2025-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Uftp/readme.md
2023-11-11 00:11:24 +01:00

26 lines
924 B
Markdown

# Simple UDP File Server
Probably has bugs
Not secure at all, for example:
- Path exploits
Those two things are going to get fixed
Points that might or might not get looked at:
- No clue about Performance
- Should add PacketSize to PTE and or to request to allow for dynamic Packet size
- Needs timeouts, so server doesnt get bombed with trash data
- Needs to handle Errors correctly not just panic
- Tests would be nice but probably wont happen
- A Filelookup Packet would also be nice, to request what Files are available for download
- Maybe Upload Feature
- Simple Users auth so you can only get your Files
- If Users maybe groups so you can share Files with your Friends (very unlikly to happen)
- Comments
Known Bugs / Errors / Fix list:
- Pte Packet is received twice from Client
- No Rsa Encryption for symmetric Key
- Path Exploits (will get changed to only allow Files in curr exe Path or Configurable Path)