79129497

Date: 2024-10-26 21:35:44
Score: 0.5
Natty:
Report link

This is simply:

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (^|&)7eyS= [NC,OR]
    RewriteCond %{QUERY_STRING} (^|&)8dkG= [NC,OR]
    RewriteCond %{QUERY_STRING} (^|&)viYF= [NC,OR]
    RewriteCond %{QUERY_STRING} (^|&)Wv3y= [NC]
    RewriteRule ^ - [F]
</IfModule>

Or am I missing something?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: mayersdesign