Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sneakersinc/sniffmypacketsv2-web
- Owner: SneakersInc
- License: apache-2.0
- Archived: true
- Created: 2014-11-23T21:12:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T10:53:31.000Z (almost 10 years ago)
- Last Synced: 2024-11-02T17:43:09.597Z (2 months ago)
- Language: Ruby
- Size: 2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **4**星
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**