Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qxip/webshark
webShark: Wireshark & PCAPs in your browser, 100% Open-Source Cloudshark alternative based on sharkd
https://github.com/qxip/webshark
browser cloud cloudshark cubro dissection ngrep nodeshark packet-capture qxip shark sharkd tcpdump tshark webshark wireshark
Last synced: 6 days ago
JSON representation
webShark: Wireshark & PCAPs in your browser, 100% Open-Source Cloudshark alternative based on sharkd
- Host: GitHub
- URL: https://github.com/qxip/webshark
- Owner: QXIP
- License: agpl-3.0
- Created: 2019-05-31T18:40:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:51:48.000Z (5 months ago)
- Last Synced: 2024-11-13T01:13:48.308Z (2 months ago)
- Topics: browser, cloud, cloudshark, cubro, dissection, ngrep, nodeshark, packet-capture, qxip, shark, sharkd, tcpdump, tshark, webshark, wireshark
- Language: HTML
- Homepage:
- Size: 31.1 MB
- Stars: 194
- Watchers: 12
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# webshark-ng
**webShark** is a *Wireshark-like* webapp powered by [sharkd](https://wiki.wireshark.org/Development/sharkd) and all its dissectors 🕵️
> Client-Side RTP playback powered by WASM/ffmpeg 🚀
## Instructions
Mount your PCAP content directory to location `/captures` and launch webshark#### Run with Compose
```
docker-compose up -d
```
#### Run Manually
```
docker run -ti --rm -p 8085:8085 -v $(pwd)/captures:/captures ghcr.io/qxip/webshark:latest
```
#### Usage
Browse to your webshark-ng instance, ie: `http://localhost:8085/webshark`
#### Credits
> This program is free software based on a fork of GPLv2 [webshark](https://bitbucket.org/jwzawadzki/webshark) by [Jakub Zawadzki](https://bitbucket.org/jwzawadzki) and sponsored by [qxip](https://github.com/QXIP)> Dissections powered by tshark [sharkd](https://wiki.wireshark.org/Development/sharkd) from Wireshark Project. See [LICENSE](https://github.com/QXIP/node-webshark/blob/master/LICENSE) for details