Socket Basics for CTFs
When playing CTFs, sometimes you may find a Challenge that runs on a Server,
and you must use sockets (or netcat nc
) to connect.
I will show you some little snippet of code for deal with sockets in Challenge
Python (or Sage)
Ruby
NodeJS