Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sneakersinc/sniffmypacketsv2-web

Web framework for sniffmypackets v2
https://github.com/sneakersinc/sniffmypacketsv2-web

Last synced: about 2 months ago
JSON representation

Web framework for sniffmypackets v2

Awesome Lists containing this project

README

        

sniffmypacketsv2-web
====================

Web framework for sniffmypackets v2

**Requirements:**
pip install -r requirements.txt
Flask
Flask-PyMongo

**Vagrant Machine:**
The sniffMyPackets web interface requires a MongoDB backend to store PCAP information in. A vagrant machine has been included to save you the hassle of building this yourself.
To start the Vagrant machine (vagrant up), run the following commands:
`cd vagrant`
`vagrant up`
This will start the build process (can take up to 20 minutes the first time). Once all done, the web interface will be accessible on:

**http://localhost:5666**