Because hacker might can use them(Acunetix, nessus, Openvas ETC) to scan your site's vulnerability and some exploits. SO its important to stop them. But how?? Its very easy to do. Just put some code on your site's .htaccess. I am providing these code. See below-
- RewriteEngine On
- <IfModule mod_rewrite.c>
- RewriteCond %{HTTP_USER_AGENT} ^w3af.sourceforge.net [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} dirbuster [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} nikto [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} SF [OR]
- RewriteCond %{HTTP_USER_AGENT} sqlmap [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} fimap [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} nessus [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} whatweb [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Openvas [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} jbrofuzz [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} libwhisker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} webshag [NC,OR]
- RewriteCond %{HTTP:Acunetix-Product} ^WVS
- </IfModule>
Just put this code on your .htaccess file and save it. So that your website's blocked from these scanner and protected from them.
If you have anyone query about this just drop us a line on comment box. Our team will help you out.
0 comments :
Post a Comment