logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Webmaster Tools & Utilities View previous topic :: View next topic
Reply to topic   Topic: mod_security config GUI (Python/Tkinter) - 0.7.3
Author
milki3



Joined: 25 Feb 2021
Posts: 1

PostPosted: Thu 25 Feb '21 9:09    Post subject: mod_security config GUI (Python/Tkinter) - 0.7.3 Reply with quote

Not sure if there's much interest in such tools anymore, but I made a little script to help with tailoring mod_security rules.
Since going through and disabling rules is usually the most tedious part of the setup, a real GUI (not another web interface) might help with that:



It's still beta software, so perhaps don't run it on a live server first.
Easy to install however:
Code:
pip3 install -U modseccfg

And can connect via sshfs to the target system later.
Code:
modseccfg ssh@remote:/


Recently fixed the xft/tkinter bug (emoji fonts conflicted with a few X11 apps), but looking forward to further bug reports.
Or, if there's any interest, feature requests. (Was thinking about crafting a secrule to rewriterule converter perhaps.)

Repo:
https://fossil.include-once.org/modseccfg/
PyPI:
https://pypi.org/project/modseccfg
Fresh:
https://freshcode.club/projects/modseccfg
Back to top


Reply to topic   Topic: mod_security config GUI (Python/Tkinter) - 0.7.3 View previous topic :: View next topic
Post new topic   Forum Index -> Webmaster Tools & Utilities