Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
pkg
 
 
 
 
 
 
 
 
 
 

README.md

traffic-sniffer

Build service

docker-compose up
cd cmd/waf
go build .
./waf

Drop database from mongo

  1. Install mongodb client on your system: install mongo on ubuntu
  2. Connect to database
mongo
  1. Drop streams database:
use streams
db.dropDatabase()

About

Python Traffic Sniffer and Analyzer Framework

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.