Skip to content

Instantly share code, notes, and snippets.

@blackhalt
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/2a87c7ceeb2f0ce2b5b2 to your computer and use it in GitHub Desktop.
Save blackhalt/2a87c7ceeb2f0ce2b5b2 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {1..100000}
do
proxychains curl -d "poll[ch]=3755" http://www.diena.lv/aptauja/vai-tavs-auto-ir-sagatavots-ziemai-893 >/dev/null 2>&1;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment