Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

#You must have Golang 18 and above in order this script to work properly.
Run the following commands in terminal as "root":

apt update && apt install golang && apt install libpcap-dev
echo "export GOPATH=$HOME/go" >> /root/.zshrc
echo "export PATH=$PATH:$GOPATH/bin" >> /root/.zshrc
source /root/.zshrc
--------------------------
go env -w GO111MODULE=auto
go mod init github.com/google
go mod tidy
-------------------------
go build -o sniffer
./sniffer

About

A Go script to sniff several specific files in the network.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages