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

A simple web application to monitor unencrypted HTTP traffic with Wireshark.

License

Notifications You must be signed in to change notification settings

shieldwed/package-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple web application to monitor unencrypted HTTP traffic with Wireshark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages