5 lines
225 B
Plaintext
Raw Normal View History

# Apache ModSecurity rules for LFI
SecRuleEngine On
2025-02-09 00:27:59 +00:00
SecRule REQUEST_URI "\(\?:\(\?:\^\|\[x5c/;\]\)\.\{2,3\}\[x5c/;\]\|\[x5c/;\]\.\{2,3\}\(\?:\[x5c/;\]\|\$\)\)" "id:1000,phase:1,deny,status:403,log,msg:'lfi attack detected'"