This project contains a set of Python scripts to perform SecRules language evaluation on a given http request.
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)