Ad End 1 August 2025
Ad Ends 13 July 2025
ad End 25 October 2025
Ad Ends 20 April 2025
Ad expire at 5 August 2024
banner Expire 9 June 2025
banner Expire 25 October 2025
banner Expire 10 May 2025
What's new
Wizard's shop 2.0
Money Club cc shop
banner Expire 15 January 2025
banner Expire 20 October 2024
UniCvv
Yale Lodge
Kfc CLub
adv exp at 30 July 2025
Carding.pw carding forum
BidenCash Shop

Termshark - a terminal ui for tshark, inspired by wireshark

Dark_Code_x

TRUSTED VERIFIED SELLER
Staff member
Joined
Jun 28, 2020
Messages
6,775
Reaction score
726
Points
212
Awards
2
  • Somebody Likes you
  • First post
[/COLOR]


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

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).
Inspect each packet using familiar Wireshark-inspired views
Filter pcaps or live captures using Wireshark's display filters
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 (+termux), macOS, FreeBSD, and Windows
tshark has many more features that termshark doesn't expose yet! See What's Next.

Installation (FreeBSD)
Termshark is in the FreeBSD ports tree! To install the package, run:
Code:
pkg install termshark
To build/install the port, run:
Code:
cd /usr/ports/net/termshark/ && make install clean
Building
Termshark uses Go modules, so it's best to compile with Go 1.11 or higher. Set GO111MODULE=on then run:
Code:
go get github.com/gcla/termshark/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:
Code:
termshark -r test.pcap
Capture ping packets on interface eth0:
Code:
termshark -i eth0 icmp
Run termshark -h for options.

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
[/B]
 
Ad End 1 February 2024
Top