This is a tool has similar features of Wireshark. Which can be used to read packets and get informations from it. developed using GO lang
- GO Lang
- pterm
- bubbletea
- gopackets
Clone the repository
git clone https://github.com/H4K3R13/G0Shark.git
Change the directory
cd G0Shark
Install the modules
go mod download
Build
go build -v ./shark.go
To read packets
./shark -r 2 packets.pcap
-r read packets 2 [number of packets to be read]