Skip to content

Small web app to upload and scan pcap files with RockNSM.

Notifications You must be signed in to change notification settings

rocknsm/rocknsm-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocknsm-upload

Small web app to upload and scan pcap files with RockNSM's bro.

Setup

  • Install system package. See the system_package.txt file. (*Unix)

  • Create virtual enviroment (use virtualenv) and activate it.

  • Then install python packages:

$ pip install -r requirements.txt
  • Run it:
$ python app.py

Post Setup

The server_config sub directory contains examples of how to run under nginx.

Screenshot

Alt text

About

Small web app to upload and scan pcap files with RockNSM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • HTML 21.1%
  • Python 13.5%
  • CSS 7.6%
  • Shell 4.1%