thepacketgeek / cloud-pcap

Web PCAP storage and analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud-PCAP

A charmingly pathetic knock-off of cloudshark.org that I use for simple cloud pcap storage and very lightweight packet analysis.

Features

  • Easy PCAP uploads
    • Drag & drop on home page
    • Via API (curl, ajax, Wireshark plugins)
  • User management
    • PCAPs stored/accessed per user (no sharing yet)
    • Temp password upon account creation
  • Packet Overview
    • Capture summary stats
    • Display Filters
    • Packet header list
    • Click a packet to see more details

Installation/Running

Pre-requisites

  • Docker/Docker-compose

Installation Steps

  • $ git clone https://github.com/thepacketgeek/cloud-pcap.git
  • $ cd cloud_pcap
  • $ ./init.sh

App is now running and admin user is now setup (password printed to stdout)

Updating/Dev/Debug

You can stop the docker containers with: $ docker-compose down

Start them again (without rebuilding) to pickup code changes with: $ docker-compose up

Screenshots

screenshot1

screenshot2

screenshot3

Built With...

About

Web PCAP storage and analytics

License:MIT License


Languages

Language:JavaScript 63.2%Language:HTML 13.0%Language:Python 11.6%Language:CSS 8.6%Language:Stylus 3.3%Language:Dockerfile 0.1%Language:Shell 0.1%