• Stars
    star
    176
  • Rank 216,180 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Web PCAP storage and analytics

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...