Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Forked from anonymous/nra.sh
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackhalt/27de090a47210899e564 to your computer and use it in GitHub Desktop.
Save blackhalt/27de090a47210899e564 to your computer and use it in GitHub Desktop.
#!/bin/bash
timestamp() {
date +"%T"
}
for i in {1..100000}
do
curl -d "answer=3944" http://nra.lv/block/poll/vote/694/ --cookie "nracookie $timestamp";
sleep 10;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment