zen9ya0 / packet_buddy

pcap analysis provided by chatGPT4 Turbo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packet_buddy

pcap analysis provided by chatGPT 4 Turbo

Getting started

Clone the repo

Make a .env file inside the packet_buddy folder (where the packet_buddy.py file is located)

put this in the file:

OPENAI_API_KEY="<your openapi api key>"

Bring up the server

docker-compose up

Visit localhost

http://localhost:8505

Usage

This has been tested with a variety of small .pcap files and works best with smaller data sets. If possible use wireshark filters or other methods to limit the size of the .pcap and number of packets you wish to 'chat' with.

About

pcap analysis provided by chatGPT4 Turbo

License:GNU General Public License v3.0


Languages

Language:Python 92.6%Language:Dockerfile 7.1%Language:Shell 0.3%