Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 464 Bytes

Snorpy

Snorpy is a simple Snort rule creator / builder / maker made originally with python but I made the most recent version with Node and jquery.

This sample can be seen at Snorpy.com

Docker Installation Instructions:

  1. Download and install Docker-ce
  2. git clone https://github.com/chrisjd20/Snorpy.git
  3. cd Snorpy
  4. docker build -t snorpy_app .
  5. docker run -p 8080:8080 -it --rm --name snorpy_container snorpy_app