Net-Cat consists on recreating the NetCat in a Server-Client Architecture that can run in a server mode on a specified port listening for incoming connections, and it can be used in client mode, trying to connect to a specified port and transmitting information to the server.
This project need building before you start it in order to run properly. Use this command in your terminal:
go build -o net-catNow you can start your server on terminal using this command:
./net-cat #Starting your server in localhostTo start the client setup, you need to write this command in a new terminal:
nc localhost + portgo version go 1.22.5
Only standard packages are used
A. Joly
M.Soumare
S. Cointin