An open API service indexing awesome lists of open source software.

https://github.com/spiderlabs/secrules-language-evaluation

Set of Python scripts to perform SecRules language evaluation on a given http request.
https://github.com/spiderlabs/secrules-language-evaluation

Last synced: about 1 year ago
JSON representation

Set of Python scripts to perform SecRules language evaluation on a given http request.

Awesome Lists containing this project

README

          

# secrules-language-evaluation

This project contains a set of Python scripts to perform SecRules language evaluation on a given http request.

# Installation

Requirments:
Python (tested on 2.75-2.79)
Python Lex and Yacc package (PLY)
Fedora
yum (dnf) install python-ply
Windows
Install Python (https://www.python.org/downloads/)
Install PLY (https://pypi.python.org/pypi/ply)
Download the tar file
Extract the tar file
Navigate into the directory
Run 'python setup.py install' (requires setuptools)