Write a simple telnet-like server that requires a login/password. Once logged in, the server should echo text back to the user. Create a secret backdoor into your server, the more sneaky/subtle the better.
cd <project_source>
make all
- In one terminal run
sudo ./server 23
- In another terminal run
sudo ./client