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
- Download and install Docker-ce
- git clone https://github.com/chrisjd20/Snorpy.git
- cd Snorpy
- docker build -t snorpy_app .
- docker run -p 8080:8080 -it --rm --name snorpy_container snorpy_app