Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 759 Bytes

File metadata and controls

16 lines (10 loc) · 759 Bytes

Network Sniffer

Intercepts and analyzes data packets flowing through the Internet, it reads the data that goes to the network interface card and operating system.

How to install

1.- Clone the repository.

2.- Execute the start.sh file, for this you will need first to give executable permissions to the file withchmod +x start.sh and then type ./start.sh, this will load the configuration file.

3.- Change directory to the folder network cd network and perform the main Go file with go run main.go.

Caution

The Docker and Devcontainer deployment gives more compatibility however, Docker is limited and does not gather all the traffic that running it locally will, only showing TCP.