Skip to content

4rjunc/G0Shark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G0Shark

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

Screenshots

g0shark

Tech Stack

  • GO Lang
    • pterm
    • bubbletea
    • gopackets

How to run

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]

About

Building Security Tool Using GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages