| Server IP : 13.235.167.51 / Your IP : 216.73.217.116 Web Server : Apache System : Linux machinox-server 6.17.0-1013-aws #13~24.04.1-Ubuntu SMP Fri Apr 24 21:36:58 UTC 2026 aarch64 User : root ( 0) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/modsecurity-crs/util/regexp-assemble/ |
Upload File : |
##! 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