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.
- Host: GitHub
- URL: https://github.com/spiderlabs/secrules-language-evaluation
- Owner: SpiderLabs
- Created: 2015-03-31T21:09:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T15:00:41.000Z (almost 9 years ago)
- Last Synced: 2025-05-03T02:39:02.271Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 14
- Watchers: 11
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)