Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 424 Bytes

package-viewer

a simple web application to monitor unencrypted http traffic with wireshark

TL;DR

# Use python2
python -m pip install --upgrade pip # update pip to at least version 8 on windows to install binary wheels
python -m pip install "Flask>=0.10.1,<0.11" "Flask-SocketIO>=2.3,<3" "gevent" "gevent-websocket" "pyshark"
python -m packageviewer.app "[ethernet interface device name e.g. eth0, Wi-Fi]"