Skip to content

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

License

Notifications You must be signed in to change notification settings

hakimonr/sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages