Skip to content

A Fun project using Ollama, Streamlit & PyShark to chat with PCAP/PCAPNG files locally, privately!

License

Notifications You must be signed in to change notification settings

kspviswa/local-packet-whisperer

Repository files navigation

Local Packet Whisperer (LPW)

A Fun project using Ollama, Streamlit & PyShark to chat with PCAP/PCAG NG files locally, privately!

Features & Background

  1. 100% local, private PCAP assistant powered by range of local LLMs at your control, powered by Ollama
  2. Purely based on promp engg without any fancy libraries & dependencies. 100% vanilla
  3. Uses streamlit for the FE and pyshark for the pcap parsing needs
  4. Available as a pip installable package. So just pip it away! 😎

Refer Release History for more details info on what each release contains.

Requirements

  1. Download & Install Ollama by referring to instructions according to your OS here

  2. Pull any Chat based LLM models to use with LPW.

ollama pull dolphin-mistral:latest
  1. If not running the desktop application, Start Ollama Server (refer here)

Usage

  1. Install LPW using pip
pip install lpw
  1. This will install lpw CLI in your machine. Now simply Start or Stop LPW as follows:
lpw {start or stop}
lpw -h #for help
  1. LPW will automatically fetch the local models from Ollama local repo and populate the dropdown. Select a model to start your test. You can play with more than 1 model to compare the results 😎

  1. Now upload a PCAP/PCAPNG file.

  1. You can now start to chat with LPW and ask questions about the packet. Please Note: The performance of LPW depends on the underlying model. So feel free to download as many local LLMs from Ollama and try it. It is fun to see different response 🤩🤩🤩.

(This is a long gif. You will find LLM response at the end of the gif)

  1. By default PyShark parse the pcap till transport layer. If you want, you can help the LLM to parse application layer by selecting protocol filter in the analysis (just like how we would do in wireshark) .

Local Development

  1. Clone this repo and install requirements
git clone https://github.com/kspviswa/local-packet-whisperer.git
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Run streamlit app & point to http://localhost:8501
streamlit run bin/lpw_main.py

or simply

<lpw dir>/bin/lpw {start or stop}

Contributions

I just created this project based on inspiration from similar project called Packet Buddy which used open AI. But if you find this useful and wanna contribute bug fixes, additional features feel free to do so by raising a PR or open issues for me to fix. I intend to work on this as a hobby unless there is some interest in the community.

About

A Fun project using Ollama, Streamlit & PyShark to chat with PCAP/PCAPNG files locally, privately!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published