GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added tips to lamer.bash help
[mirrors/Programs.git]
/
php
/
DoS
/
test.php
Commit
Line
Data
79a323cb
H
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
0.405508 seconds
and
4
git commands to generate.