Skip to content

r-ling/packet_buddy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.8%
  • Dockerfile 12.7%
  • Shell 0.5%