All Projects → QXIP → Node Webshark

QXIP / Node Webshark

Licence: gpl-2.0
webShark UI + API for NodeJS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Webshark

Etl2pcapng
Utility that converts an .etl file containing a Windows network packet capture into .pcapng format.
Stars: ✭ 228 (+776.92%)
Mutual labels:  packet-capture, wireshark
Pyshark
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
Stars: ✭ 1,286 (+4846.15%)
Mutual labels:  packet-capture, wireshark
rvi capture
rvictl for Linux and Windows: capture packets sent/received by iOS devices
Stars: ✭ 124 (+376.92%)
Mutual labels:  wireshark, packet-capture
Cuishark
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
Stars: ✭ 208 (+700%)
Mutual labels:  packet-capture, wireshark
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 (+15319.23%)
Mutual labels:  packet-capture, wireshark
Tridentsandbox
An In-Browser Scripting IDE for HTML5/Javascript
Stars: ✭ 5 (-80.77%)
Mutual labels:  browser
Mpsec
One Stop MPTCP Service : MPSec
Stars: ✭ 18 (-30.77%)
Mutual labels:  packet-capture
Qutebrowser
A keyboard-driven, vim-like browser based on PyQt5.
Stars: ✭ 7,401 (+28365.38%)
Mutual labels:  browser
Scratchapi
A library written in Java for accessing scratch.mit.edu via your Java application...
Stars: ✭ 5 (-80.77%)
Mutual labels:  cloud
Console.md
Ever dreamed of rendering Markdown in the console? No. Neither had I.
Stars: ✭ 24 (-7.69%)
Mutual labels:  browser
Defiant.js
http://defiantjs.com
Stars: ✭ 907 (+3388.46%)
Mutual labels:  browser
Is Online
Check if the internet connection is up
Stars: ✭ 894 (+3338.46%)
Mutual labels:  browser
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (+3315.38%)
Mutual labels:  cloud
Slack
🎉✨ Slack API client for Node and browsers.
Stars: ✭ 903 (+3373.08%)
Mutual labels:  browser
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+3080.77%)
Mutual labels:  cloud
Fsfirestore
Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
Stars: ✭ 22 (-15.38%)
Mutual labels:  cloud
Arbitrary Image Stylization Tfjs
Arbitrary style transfer using TensorFlow.js
Stars: ✭ 822 (+3061.54%)
Mutual labels:  browser
Karma Event Driver Ext
use webdriverio like api in browser with karma lol
Stars: ✭ 17 (-34.62%)
Mutual labels:  browser
Webmidi
Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Stars: ✭ 906 (+3384.62%)
Mutual labels:  browser
Aws Xray Ts Decorator
Instrument your Typescript code with AWS X-Ray using elegant decorators
Stars: ✭ 17 (-34.62%)
Mutual labels:  cloud

node-webshark

webShark is a Wireshark-like web user interface powered by sharkd and featuring all its dissectors.

This projects implements the original webShark API in NodeJS, improving its capabilities and input methods to support PCAP storage backends APIs such as Stenographer and others.

image

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 qxip/webshark

Test

Browse to your webshark instance, ie: http://localhost:8085/webshark

TCP Flows

image

RTP Streams

image

Commands

sharkd

Known commands are available on the wiki

Credits

This program is free software based on a fork of GPLv2 webshark by Jakub Zawadzki and sponsored by QXIP and CUBRO

Dissections powered by tshark sharkd from Wireshark Project. See LICENSE for details

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