Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepacketgeek/cloud-pcap
Web PCAP storage and analytics
https://github.com/thepacketgeek/cloud-pcap
Last synced: 5 days ago
JSON representation
Web PCAP storage and analytics
- Host: GitHub
- URL: https://github.com/thepacketgeek/cloud-pcap
- Owner: thepacketgeek
- License: mit
- Created: 2014-11-07T04:30:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T22:53:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T21:14:12.764Z (12 days ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 181
- Watchers: 16
- Forks: 43
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **122**星
README
## 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](http://wiki.wireshark.org/DisplayFilters)
* 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](docs/cloud-pcap1.png "Screenshot #1")
![screenshot2](docs/cloud-pcap2.png "Screenshot #2")
![screenshot3](docs/cloud-pcap3.png "Screenshot #3")
## Built With...
* [Docker](http://docker.com)
* [Flask](http://flask.pocoo.org)
* [Flask-Bootstrap](http://pythonhosted.org/Flask-Bootstrap/)
* [PyShark](http://kiminewt.github.io/pyshark/)
* [Chartkick](https://github.com/mher/chartkick.py)
* [Highcharts](http://api.highcharts.com/highcharts)
* [Bootstrap-Taginput](http://timschlechter.github.io/bootstrap-tagsinput/examples/)
* [Bootstrap3-Typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead)