All Projects → cuishark → Cuishark

cuishark / Cuishark

Licence: gpl-2.0
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Cuishark

termshark
A terminal UI for tshark, inspired by Wireshark
Stars: ✭ 7,368 (+3442.31%)
Mutual labels:  pcap, tui, wireshark
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-52.88%)
Mutual labels:  tui, ncurses
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (-56.25%)
Mutual labels:  pcap, wireshark
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+6676.92%)
Mutual labels:  tui, ncurses
Winshark
A wireshark plugin to instrument ETW
Stars: ✭ 191 (-8.17%)
Mutual labels:  pcap, wireshark
Pulseaudio Mixer Cli
Interactive python/ncurses UI to control volume of pulse streams
Stars: ✭ 86 (-58.65%)
Mutual labels:  tui, ncurses
Cursive
A Text User Interface library for the Rust programming language
Stars: ✭ 2,613 (+1156.25%)
Mutual labels:  tui, ncurses
Crafter
🔬 An R package to work with PCAPs
Stars: ✭ 27 (-87.02%)
Mutual labels:  pcap, packet-capture
Pspg
Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.
Stars: ✭ 1,749 (+740.87%)
Mutual labels:  tui, ncurses
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+6216.35%)
Mutual labels:  ncurses, tui
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-38.46%)
Mutual labels:  tui, ncurses
Turbo
An experimental text editor based on Scintilla and Turbo Vision.
Stars: ✭ 78 (-62.5%)
Mutual labels:  tui, ncurses
Pacmixer
an alsamixer alike for PulseAudio.
Stars: ✭ 78 (-62.5%)
Mutual labels:  tui, ncurses
Pyshark
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
Stars: ✭ 1,286 (+518.27%)
Mutual labels:  packet-capture, wireshark
Flow
A realtime log analyzer
Stars: ✭ 69 (-66.83%)
Mutual labels:  tui, ncurses
Tig
Text-mode interface for git
Stars: ✭ 10,497 (+4946.63%)
Mutual labels:  tui, ncurses
Tuicss
Text-based user interface CSS library
Stars: ✭ 167 (-19.71%)
Mutual labels:  tui, ncurses
Node pcap
libpcap bindings for node
Stars: ✭ 849 (+308.17%)
Mutual labels:  pcap, packet-capture
Homer
HOMER - 100% Open-Source SIP / VoIP Packet Capture & Monitoring
Stars: ✭ 855 (+311.06%)
Mutual labels:  pcap, packet-capture
Tcpdump
the TCPdump network dissector
Stars: ✭ 1,731 (+732.21%)
Mutual labels:  pcap, packet-capture

Cuishark

This is cuishark's version 2.0 prototype. The old version of cuishark was fullscrached and not using wireshark's dissector. This version can use the wireshark's dissector with cuishark's Rich UI. You can analyze many-many protocols using JUST-CUI!!!. Packet makes us very happy. here is demo video (https://youtu.be/k0NGnIyZrqk).

Required Packages

Install Cuishark

$ go get github.com/cuishark/cuishark
$ cd $GOPATH/src/github.com/cuishark/cuishark
$ git checkout -b proto-v0.2.0 origin/proto-v0.2.0
$ cd $GOPATH/src/github.com/cuishark/cuishark/cgocuishark && go install
$ cd $GOPATH/src/github.com/cuishark/cuishark/cuishark && go install
$ sudo cp $GOPATH/bin/cuishark /usr/local/bin

Author and License

Author

This software is being developpped under the GPL2.

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