tbaldur / cyberpanel-mods

Small changes to cyberpanel core installation
19 stars 7 forks source link

[reqest] owasp-modsecurity-crs version changer #5

Closed rafalohaki closed 1 year ago

rafalohaki commented 1 year ago

path /usr/local/lsws/conf/modsec dl: https://github.com/coreruleset/coreruleset/archive/refs/tags/v3.3.4.zip

tbaldur commented 1 year ago

Currently without an active cyberpanel installation, will only install it in a few days at a test bench, and then I will add the requested script

tbaldur commented 1 year ago

Hello, please consider that you first need to install and activate the owsap rules normally through cyberpanel. After that, you can change the versions at will.

sh <(curl https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/modsec_rules_v_changer.sh || wget -O - https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/modsec_rules_v_changer.sh)

rafalohaki commented 1 year ago

Thanks a lot!