Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 482 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 482 Bytes

net-cat

This project 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 serve

Documentation

Documentation

Deployment

To deploy this project run

  go run . portNumber
  nc ipAdrr portNumber //for connecting