-
Notifications
You must be signed in to change notification settings - Fork 0
A Go script to sniff several specific files in the network.
License
hakimonr/sniffer
Folders and files
Name | Name | 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
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published