Server : Apache System : Linux server1.cgrithy.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64 User : nobody ( 99) PHP Version : 8.1.23 Disable Function : NONE Directory : /etc/apache2/conf.d/modsec_vendor_configs/OWASP3/util/regexp-assemble/ |
##! Please refer to the documentation at ##! https://coreruleset.org/docs/development/regexp_assemble/. ##! Attacks attempting bypass by forcing JSON body processor leveraging recommended rule 200000 ##! Find Content-Type: application/x-www-form-urlencoded;boundary="application/json" ##! Find Content-Type: application/soap+xml;boundary="application/json" ^[^;\s,]+[;\s,].*?application\/json ##! Attacks attempting bypass by forcing JSON body processor leveraging recommended rule 200006 ##! Find Content-Type: application/x-www-form-urlencoded;boundary="application/some.vendor+json" ##! Find Content-Type: application/soap+xml;boundary="application/some.vendor+json" ^[^;\s,]+[;\s,].*?application\/.+[+]json ##! Attacks attempting bypass by forcing XML body processor leveraging recommended rule 200001 ##! Find Content-Type: application/x-www-form-urlencoded;boundary="application/xml" ##! Find Content-Type: application/json;boundary="application/soap+xml" ^[^;\s,]+[;\s,].*?(?:application(?:\/soap\+|\/)|text\/)xml