rajatkhanna1999 / PacketSniffer

Packet Sniffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PacketSniffer

Packet Sniffer: It Sniffs the packets travelling in the network. Web GUI uses eel library to interact between Python backend and frontend from HTML, CSS and Javascript.

Getting Started

  • Clone the repo and cd into the directory
$ git clone https://github.com/rajatkhanna1999/PacketSniffer.git
$ cd PacketSniffer
  • Install eel, and pyinstaller
$ pip install eel pyinstaller pypng
  • Run the app
$ sudo python3 PacketSniffer.py
  • Open the local host in browser
$ http://localhost:8000/index.html

Packaging the app

You can pass any valid pyinstaller flag in the following command to further customize the way your app is built.

$ python -m eel PacketSniffer.py web --noconsole --onefile --icon=packet-sniffer-tools.icns

About

Packet Sniffer


Languages

Language:JavaScript 35.6%Language:Python 27.6%Language:CSS 18.4%Language:HTML 18.3%