Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.18 KB

Net-cat project

🧐 About

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 server.

Objectives

The objectives for this project are as follows:

  • NetCat, nc system command, is a command-line utility that reads and writes data across network connections using TCP or UDP. It is used for anything involving TCP, UDP, or UNIX-domain sockets, it is able to open TCP connections, send UDP packages, listen on arbitrary TCP and UDP ports and many more.
  • To see more information about NetCat inspect the manual man nc.

Usage

go run cmd/main/main.go

Prerequisites

  • My Skills VScode
  • My Skills Go 1.20

⛏️ Built Using

  • My Skills Go - Programming language