Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net-Cat

Made with Go
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.

Installation:

This project need building before you start it in order to run properly. Use this command in your terminal:

go build -o net-cat

Starting server:

Now you can start your server on terminal using this command:

./net-cat #Starting your server in localhost

To start the client setup, you need to write this command in a new terminal:

nc localhost + port

Tech:

go version go 1.22.5

Only standard packages are used

Authors:

A. Joly

M.Soumare

S. Cointin

About

Net-Cat coded in golang

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages