| Server IP : 199.250.200.62 / Your IP : 216.73.217.89 Web Server : Apache System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : jasonp18 ( 1000) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /etc/apache2/conf.d/imh-modsec/ |
Upload File : |
# both.conf
# Rules intended to potentially mitigate the BASH "shellshock" bug
# T3 Trac #8148 (https://trac.imhtech.net/T3/ticket/8148)
SecRule REQUEST_HEADERS "^\(\) {" \
"phase:1,deny,id:13100,t:urlDecode,status:403,log,\
msg:'CVE-2014-6271 - Bash Attack'"
SecRule REQUEST_LINE "\(\) {" \
"phase:1,deny,id:13101,status:403,log,\
msg:'CVE-2014-6271 - Bash Attack'"
SecRule ARGS_NAMES "^\(\) {" \
"phase:2,deny,id:13102,t:urlDecode,t:urlDecodeUni,status:403,log,\
msg:'CVE-2014-6271 - Bash Attack'"
SecRule ARGS "^\(\) {" \
"phase:2,deny,id:13103,t:urlDecode,t:urlDecodeUni,status:403,log,\
msg:'CVE-2014-6271 - Bash Attack'"
SecRule FILES_NAMES "^\(\) {" \
"phase:2,deny,id:13104,t:urlDecode,t:urlDecodeUni,status:403,log,\
msg:'CVE-2014-6271 - Bash Attack'"