Level 0
- Level Goal:
- Your goal is to connect to port 5842 on vortex.labs.overthewire.org and read in 4 unsigned integers in host byte order. Add these integers together and send back the results to get a username and password for level 1.
- Helpful Reading Material
- C Programming Introduction
- Network Programming Tutorial