[mod-security-users] modseccfg GUI (for Apache setups)
Brought to you by:
victorhora,
zimmerletw
|
From: mario <ma...@in...> - 2020-11-26 15:42:27
|
So, this is probably not very interesting to professional users. But I made a little tool to help with the initial setup of mod_security/CRS rules. Specifically disabling potential conflicting rules. It's a desktop GUI, not yet another web interface. But can be used remotely nonetheless. It's fairly alpha still, but perhaps worth a look: https://pypi.org/project/modseccfg/ The log viewer isn't too useful yet. I'll probably add colorization and filtering/search, or perhaps look for some log preprocessor scripts to bundle. The JSON format at least seems workable to craft some predictions from. There's possibly also a [modify] dialog coming (SecRuleUpdateAction..), even though I'm not sure if anyone would use a GUI for that. But it's definitely never going to become a SecRule IDE. It's intended for simpler needs really. And let me quickly mention again that this is alpha quality. Goes without saying, but DO NOT use it on production servers. |