├── LICENSE ├── README.md ├── modsec-checker.py ├── modsec.tx ├── report.html └── report.jinja2 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/migolovanov/modsecurity-checker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/migolovanov/modsecurity-checker/HEAD/README.md -------------------------------------------------------------------------------- /modsec-checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/migolovanov/modsecurity-checker/HEAD/modsec-checker.py -------------------------------------------------------------------------------- /modsec.tx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/migolovanov/modsecurity-checker/HEAD/modsec.tx -------------------------------------------------------------------------------- /report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/migolovanov/modsecurity-checker/HEAD/report.html -------------------------------------------------------------------------------- /report.jinja2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/migolovanov/modsecurity-checker/HEAD/report.jinja2 --------------------------------------------------------------------------------