Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuishark/cuishark
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
https://github.com/cuishark/cuishark
cui ncurses packet-analyser packet-capture pcap protocol-analyzer tui wireshark
Last synced: about 2 months ago
JSON representation
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
- Host: GitHub
- URL: https://github.com/cuishark/cuishark
- Owner: cuishark
- License: gpl-2.0
- Created: 2017-03-04T16:16:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T10:18:41.000Z (over 5 years ago)
- Last Synced: 2024-08-05T09:15:17.246Z (5 months ago)
- Topics: cui, ncurses, packet-analyser, packet-capture, pcap, protocol-analyzer, tui, wireshark
- Language: Go
- Homepage:
- Size: 2.38 MB
- Stars: 254
- Watchers: 20
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **194**星
README
# 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).![](misc/cuishark.png)
## Required Packages
- Install libcuishark (https://github.com/cuishark/libcuishark)
- Install Golang## 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
- name: Hiroki Shirokura
- email: [email protected]
- twitter: @slankdev
- facebook: hiroki.shirokuraThis software is being developpped under the GPL2.