Skip to content

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.

Notifications You must be signed in to change notification settings

josmiranda5454/telnet-like-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telnet-like-server

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.

Build project

  • cd <project_source>
  • make all

Runnning

  • In one terminal run sudo ./server 23
  • In another terminal run sudo ./client

References

  1. Introduction to socket programming
  2. Sockets Tutorial
  3. TCP/IP Sockets in C

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published