8000 GitHub - caleb1000/CShark: C# Shark: A Raw-Socket Based Network Sniffer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

caleb1000/CShark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

C# Shark: A Raw-Socket Based Network Sniffer

This is a work-in-progress!

Summary:

C# Shark is a raw-socket based network sniffer. The code is written in C# and uses WinForms for the GUI. This project was inspired by WireShark, hence the name C#Shark.

Youtube Video:

Watch the video

TO:DO

  • Recognize more protocols
  • Add more filter options
  • Allow post-run filtering of packets (currently only supports filtering active run)
  • Optimize code (currently if too many packets come in user input is sluggish/non-responsive)
  • Clean up code
  • Save traffic in PCAP format
  • Support packet injection (will need to use 3rd party lib as raw sockets cannot send tcp packets on windows)
  • Add network statistics monitoring

About

C# Shark: A Raw-Socket Based Network Sniffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0