Added junk found in ~harvie at harvie.cz
[mirrors/Programs.git] / php / DoS / test.php
diff --git a/php/DoS/test.php b/php/DoS/test.php
new file mode 100755 (executable)
index 0000000..d5541f4
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/php
+<?php
+
+echo("Hello World...\n");
+while(1) {
+       @fsockopen("0.0.105.76", 80, $err, $errstr, 0.00001);
+}
+
+?>
This page took 0.123041 seconds and 4 git commands to generate.