Skip to content

Instantly share code, notes, and snippets.

Created November 26, 2014 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/7c252e514f096aad5d29 to your computer and use it in GitHub Desktop.
Save anonymous/7c252e514f096aad5d29 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