Removing unused protestation function.

This commit is contained in:
Rodolphe Breard 2015-10-20 13:39:06 +02:00
parent 1653cd78b7
commit 7334726311

9
.zshrc
View file

@ -83,12 +83,3 @@ istheinternetonfire() {
fi
}
fi
stop_censorship() {
msg="Halte à la censure administrative du web !"
for ip in "90.85.16.50" "90.85.16.51" "90.85.16.52"
do
randmsg="$msg $(base64 </dev/urandom | tr -dc 'a-zA-Z0-9' | head -c10)"
curl -s -o /dev/null --get --data-urlencode "msg=$randmsg" -H "Host: $randmsg" --user-agent "$randmsg" --referer "$randmsg" "http://$ip/"
done
}