Skip to content

thepacketgeek/cloud-pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4770d8 · Oct 20, 2022

History

69 Commits
Mar 22, 2020
Mar 22, 2020
Nov 22, 2014
Mar 22, 2020
Mar 22, 2020
Oct 20, 2022
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Mar 22, 2020
Apr 20, 2021
Mar 22, 2020

Repository files navigation

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