Log in

View Full Version : How to block webZIP


v123shine
09-21-2011, 06:35 PM
Please help me how to block webZIP (bad user agents).


I try using in my .htaccess:


RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule .* - [F]


still cant

I try using in my .htaccess:

SetEnvIfNoCase User-Agent "^WebZip" bad_bot

<Limit GET POST>
order allow,deny
allow from all
Deny from env=bad_bot
</Limit>

still cant

i try using this in my robots.txt:

User-agent: WebZIP/4.21
Disallow: /

User-agent: WebZIP/5.0
Disallow: /

User-agent: WebZIP/7.1
Disallow: /

still cant

Please help me!!!

Note: i use webZIP 7.1, download in here: http://www.spidersoft.com/webzip/downloads.asp

Max Taxable
09-21-2011, 07:07 PM
CloudFlare.

v123shine
09-22-2011, 04:47 PM
thank you Max Taxable, but i cant using CloudFlare, others solution please!!!

Max Taxable
09-22-2011, 08:30 PM
You cannot use CloudFlare?

v123shine
09-24-2011, 08:58 AM
I can use CloudFlare but i cant...can you give me others solution, please!!

Boofo
09-24-2011, 09:13 AM
Do you have their IP address?

v123shine
09-24-2011, 09:19 AM
Thank you Boofo for help me.

I have the IP and i already banned the IP, but they can change to others IP (using difference country) and attack again. I already banned more than 20 IP in 2 days.

Do you have their IP address?

Boofo
09-24-2011, 09:26 AM
Do you have the IP range? They should be all pretty close. Here is what I used for Baidu in my htaccess file:

<Files *.*>
order allow,deny
allow from all
deny from 119.63.196.
deny from 220.181.108.
</Files>


It stopped them dead in their tracks.

v123shine
09-24-2011, 09:34 AM
They always attack using differece IP with difference range and country. So i cant stop there!

Do you have the IP range? They should be all pretty close. Here is what I used for Baidu in my htaccess file:

<Files *.*>
order allow,deny
allow from all
deny from 119.63.196.
deny from 220.181.108.
</Files>


It stopped them dead in their tracks.

Boofo
09-24-2011, 09:44 AM
Did you add them to your robots.txt file? Other than that, I donlt know what to tell you, sorry.