Removing unused protestation function.
This commit is contained in:
parent
1653cd78b7
commit
7334726311
1 changed files with 0 additions and 9 deletions
9
.zshrc
9
.zshrc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue