All Projects → FireyFly → webshark

FireyFly / webshark

Licence: MIT License
🦈 Tool for visualizing packet captures.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to webshark

Arduinopcap
A library for creating and sending .pcap files for Wireshark and other programms.
Stars: ✭ 278 (+578.05%)
Mutual labels:  pcap, wireshark
wiresham
Simple TCP service mocking tool for replaying https://www.wireshark.org and http://www.tcpdump.org captured service traffic
Stars: ✭ 44 (+7.32%)
Mutual labels:  pcap, wireshark
SnifferUI
基于MFC和WinPcap库开发的网络抓包和协议分析软件
Stars: ✭ 86 (+109.76%)
Mutual labels:  pcap, packet-analyzer
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (+121.95%)
Mutual labels:  pcap, wireshark
Skydive
An open source real-time network topology and protocols analyzer
Stars: ✭ 2,086 (+4987.8%)
Mutual labels:  pcap, packet-analyzer
Cuishark
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
Stars: ✭ 208 (+407.32%)
Mutual labels:  pcap, wireshark
Winshark
A wireshark plugin to instrument ETW
Stars: ✭ 191 (+365.85%)
Mutual labels:  pcap, wireshark
termshark
A terminal UI for tshark, inspired by Wireshark
Stars: ✭ 7,368 (+17870.73%)
Mutual labels:  pcap, wireshark
Red-Rabbit-V4
The Red Rabbit project is just what a hacker needs for everyday automation. Red Rabbit unlike most frameworks out there does not automate other peoples tools like the aircrack suite or the wifite framework, it rather has its own code and is raw source with over 270+ options. This framework might just be your everyday key to your workflow
Stars: ✭ 123 (+200%)
Mutual labels:  pcap
A-Detector
⭐ An anomaly-based intrusion detection system.
Stars: ✭ 69 (+68.29%)
Mutual labels:  wireshark
packet-captures
packet captures of real-world ddos attacks
Stars: ✭ 87 (+112.2%)
Mutual labels:  wireshark
hbase-packet-inspector
Analyzes network traffic of HBase RegionServers
Stars: ✭ 35 (-14.63%)
Mutual labels:  pcap
flow-indexer
Flow-Indexer indexes flows found in chunked log files from bro,nfdump,syslog, or pcap files
Stars: ✭ 43 (+4.88%)
Mutual labels:  pcap
mitmpcap
export mitmproxy traffic to PCAP file
Stars: ✭ 42 (+2.44%)
Mutual labels:  pcap
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (+63.41%)
Mutual labels:  wireshark
capture-dns
A simple program to capture and show DNS queries
Stars: ✭ 33 (-19.51%)
Mutual labels:  pcap
go-netflow
go netflow, capture process in/out traffic, similar to c Nethogs.
Stars: ✭ 145 (+253.66%)
Mutual labels:  pcap
pyrfidhid
Python library to control Chinese USB HID 125Khz RFID Reader/Writer
Stars: ✭ 104 (+153.66%)
Mutual labels:  wireshark
Werk
High-throughput / low-latency C++ application framework
Stars: ✭ 30 (-26.83%)
Mutual labels:  pcap
network-tools
Network Tools
Stars: ✭ 27 (-34.15%)
Mutual labels:  pcap

NOTE: this code is all pretty old and pretty haphazardly written; it was really mostly designed to cover my needs for a reversing project at the time. It's not very user-friendly, and I'd suggest using this project more as a reference rather than using it as is.

Webshark is a tool for visualizing pcap (e.g. Wireshark) network captures on a timeline. It was written as part of reverse-engineering efforts because the tabular view in Wireshark didn't visualize the timing aspects of the packets very well.

Webshark displays every pair of two IPs as a separate row; for this reason you'll only want to load relatively small/well-filered packet captures into Webshark. I recommend setting up a network where only the devices you are interested in are connected, and capturing that.

For now, Webshark supports only the classic pcap format (since it's so easy to parse); captures in the newer pcapng format can be converted:

$ editcap foo.pcapng foo.pcap

Screenshot

Screenshot

License

MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].