Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 894 Bytes

File metadata and controls

27 lines (19 loc) · 894 Bytes

My wireshark clone

Be able to see packets in real time on the web

dockerfile and docker-compose coming soon to self-host in a single binary using docker

Note: Change app.InProduction to true when in production or when not in development

  • Frontend:

    • Uses plain CSS and Javascript
  • Backend:

    • Built in Go version 1.20
    • Uses the chi router
    • Uses Redis Database to temporarily save packets

To-Do

  • More filter options including support for more specific protocols
  • More visual customization options
  • Save current packets in a pcap file
  • Packet Dump more organized when shown
  • Be able to choose location of pcap save and choose file format of saving packet capture
  • Open pcap files
  • Better Data Persistance with addition of database
  • DNS packet optimization and display of DNS query and more information