Blocking Web Scanners ( Protect your site. )

Ufuk26

Avatar: Ufuk26

2014-10-28 04:44

my .htaccess file. please the adaptation Quick.Cart and Quick.Cms.


RewriteEngine On
<IfModule mod_rewrite.c>
RewriteCond %{HTTP_USER_AGENT} ^w3af.sourceforge.net [NC,OR]
RewriteCond %{HTTP_USER_AGENTdirbuster [NC,OR]
RewriteCond %{HTTP_USER_AGENTnikto [NC,OR]
RewriteCond %{HTTP_USER_AGENTSF [OR]
RewriteCond %{HTTP_USER_AGENTsqlmap [NC,OR]
RewriteCond %{HTTP_USER_AGENTfimap [NC,OR]
RewriteCond %{HTTP_USER_AGENTnessus [NC,OR]
RewriteCond %{HTTP_USER_AGENTwhatweb [NC,OR]
RewriteCond %{HTTP_USER_AGENTOpenvas [NC,OR]
RewriteCond %{HTTP_USER_AGENTjbrofuzz [NC,OR]
RewriteCond %{HTTP_USER_AGENTlibwhisker [NC,OR]
RewriteCond %{HTTP_USER_AGENTwebshag [NC,OR]
RewriteCond %{HTTP:Acunetix-Product} ^WVS
RewriteRule 
^.* http://127.0.0.1/ [R=301,L]
</IfModule>


RewriteEngine On
RewriteCond 
%{QUERY_STRING} ^.*acunetix.*$
RewriteRule ^(.*)$ index.php [F,L]

» Quick.Cart v6.x

Back to top
about us | contact