All Projects β†’ gcla β†’ termshark

gcla / termshark

Licence: MIT license
A terminal UI for tshark, inspired by Wireshark

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to termshark

Cuishark
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
Stars: ✭ 208 (-97.18%)
Mutual labels:  pcap, tui, wireshark
webshark
🦈 Tool for visualizing packet captures.
Stars: ✭ 41 (-99.44%)
Mutual labels:  pcap, wireshark
tblogs
A simple and useful blogs' reader for your terminal
Stars: ✭ 28 (-99.62%)
Mutual labels:  tui, tcell
Arduinopcap
A library for creating and sending .pcap files for Wireshark and other programms.
Stars: ✭ 278 (-96.23%)
Mutual labels:  pcap, wireshark
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (-99.31%)
Mutual labels:  wireshark, tshark
gomphotherium
Gomphotherium (/ΛŒΙ‘Ι’mfΙ™ΛˆΞΈΙͺΙ™riΙ™m/; "welded beast"), a command line Mastodon client.
Stars: ✭ 22 (-99.7%)
Mutual labels:  tui, tcell
youtube-or-pornhub
Service identification on ciphered traffic.
Stars: ✭ 26 (-99.65%)
Mutual labels:  pcap, tshark
Wireshark
Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. GitHub won't let us disable pull requests. ☞ THEY WILL BE IGNORED HERE ☜ Please upload them at GitLab.
Stars: ✭ 4,009 (-45.59%)
Mutual labels:  wireshark, tshark
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (-98.76%)
Mutual labels:  pcap, wireshark
Winshark
A wireshark plugin to instrument ETW
Stars: ✭ 191 (-97.41%)
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 (-99.4%)
Mutual labels:  pcap, wireshark
pci
Packet communication investigator
Stars: ✭ 82 (-98.89%)
Mutual labels:  pcap, tshark
Tcpterm
tcpterm is a packet visualizer in TUI.
Stars: ✭ 288 (-96.09%)
Mutual labels:  pcap, tui
tshark.dev
Repo to manage tshark.dev, deployed to netlify
Stars: ✭ 39 (-99.47%)
Mutual labels:  wireshark, tshark
mauview
A Go TUI library based on tcell.
Stars: ✭ 40 (-99.46%)
Mutual labels:  tui, tcell
hackernews-TUI
A Terminal UI to browse Hacker News
Stars: ✭ 347 (-95.29%)
Mutual labels:  tui
cxxcurses
Header only ncurses wrapper
Stars: ✭ 24 (-99.67%)
Mutual labels:  tui
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (-99.09%)
Mutual labels:  wireshark
fast-ssh
⌨️ FastSSH is a TUI that allows you to quickly connect to your services by navigating through your SSH config.
Stars: ✭ 77 (-98.95%)
Mutual labels:  tui
pytermgui
Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
Stars: ✭ 1,270 (-82.76%)
Mutual labels:  tui

Termshark

A terminal user-interface for tshark, inspired by Wireshark.

V2.4 is out now with packet search and profiles for colors and columns! See the ChangeLog.

demo24

If you're debugging on a remote machine with a large pcap and no desire to scp it back to your desktop, termshark can help!

Features

  • Read pcap files or sniff live interfaces (where tshark is permitted)
  • Filter pcaps or live captures using Wireshark's display filters
  • Reassemble and inspect TCP and UDP flows
  • View network conversations by protocol
  • Copy ranges of packets to the clipboard from the terminal
  • Written in Golang, compiles to a single executable on each platform - downloads available for Linux, macOS, BSD variants, Android (termux) and Windows

tshark has many more features that termshark doesn't expose yet! See What's Next.

Install Packages

Termshark is pre-packaged for the following platforms: Arch Linux, Debian (unstable), FreeBSD, Homebrew, MacPorts, Kali Linux, NixOS, SnapCraft, Termux (Android) and Ubuntu.

Building

Termshark uses Go modules. Set GO111MODULE=on then run:

go install github.com/gcla/termshark/v2/cmd/[email protected]

For versions of Go between 1.14 and 1.17, use

go get github.com/gcla/termshark/v2/cmd/termshark

Then add ~/go/bin/ to your PATH.

For all packet analysis, termshark depends on tshark from the Wireshark project. Make sure tshark is in your PATH.

Quick Start

Inspect a local pcap:

termshark -r test.pcap

Capture ping packets on interface eth0:

termshark -i eth0 icmp

Run termshark -h for options.

Downloads

Pre-compiled executables are available via Github releases. Or download the latest build from the master branch - Build Status.

Documentation

See the termshark user guide, and my best guess at some FAQs. For a summary of updates, see the ChangeLog.

Dependencies

Termshark depends on these open-source packages:

  • tshark - command-line network protocol analyzer, part of Wireshark
  • tcell - a cell based terminal handling package, inspired by termbox
  • gowid - compositional terminal UI widgets, inspired by urwid, built on tcell

Note that tshark is a run-time dependency, and must be in your PATH for termshark to function. Version 1.10.2 or higher is required (approx 2013).

Contributors

Thanks to everyone that's contributed ports, patches and effort!


Ross Jacobs

πŸ’» πŸ› πŸ““

Hongarc

πŸ“–

Ryan Steinmetz

πŸ“¦

Nicolai SΓΈborg

πŸ“¦

Elliott Sales de Andrade

πŸ’»

Romanos

πŸ’»

Denys

πŸ›

jerry73204

πŸ“¦

Jon Knapp

πŸ“¦

Mario Harjac

πŸ“¦

Andrew Benson

πŸ›

sagis-tikal

πŸ›

punkymaniac

πŸ›

msenturk

πŸ›

Sandor SzΓΌcs

πŸ›

Dawid Dziurla

πŸ› πŸ“¦

jJit0

πŸ›

inzel

πŸ›

thejerrod

πŸ€”

gdluca

πŸ›

Patrick Winter

πŸ“¦

Robert Larsen

πŸ€” πŸ““

MinJae Kwon

πŸ›

the-c0d3r

πŸ€”

Gisle Vanem

πŸ›

hook

πŸ›

Lennart Koopmann

πŸ€”

Fernandez, ReK2

πŸ›

mazball

πŸ€”

wfailla

πŸ€”

荣怑

πŸ€”

thebyrdman-git

πŸ›

Clemens Mosig

πŸ›

Michael Rash

πŸ““

joelparker

πŸ““

Dragos Maftei

πŸ€”

Matthew Giassa

πŸ€”

Sean Abbott

πŸ“¦

Vincent Wang

πŸ€”

piping

πŸ€”

kevinhwang91

πŸ€” πŸ›

Justin Overfelt

πŸ€”

Anthony

πŸ€”

basondole

πŸ›

zoulja

πŸ›

freddii

πŸ›

Thord Setsaas

πŸ“–

deliciouslytyped

πŸ›

factorion

πŸ“¦

Herby Gillot

πŸ“¦

nmeum

πŸ€”

Aaron Bieber

πŸ€”

elig0n

πŸ€”

Contact

License

License: MIT

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].