!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/usr/lib/perl5/5.8.8/   drwxr-xr-x
Free 50.63 GB of 127.8 GB (39.62%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     finddepth.pl (1.1 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
# Usage:
#    require "finddepth.pl";
#
#    &finddepth('/foo','/bar');
#
#    sub wanted { ... }
#        where wanted does whatever you want.  $dir contains the
#        current directory name, and $_ the current filename within
#        that directory.  $name contains "$dir/$_".  You are cd'ed
#        to $dir when the function is called.  The function may
#        set $prune to prune the tree.
#
# This library is primarily for find2perl, which, when fed
#
#   find2perl / -name .nfs\* -mtime +7 -exec rm -f {} \; -o -fstype nfs -prune
#
# spits out something like this
#
#    sub wanted {
#        /^\.nfs.*$/ &&
#        (($dev,$ino,$mode,$nlink,$uid,$gid) = lstat($_)) &&
#        int(-M _) > 7 &&
#        unlink($_)
#        ||
#        ($nlink || (($dev,$ino,$mode,$nlink,$uid,$gid) = lstat($_))) &&
#        $dev < 0 &&
#        ($prune = 1);
#    }


use File::Find ();

*name        = *File::Find::name;
*prune        = *File::Find::prune;
*dir        = *File::Find::dir;
*topdir        = *File::Find::topdir;
*topdev        = *File::Find::topdev;
*topino        = *File::Find::topino;
*topmode    = *File::Find::topmode;
*topnlink    = *File::Find::topnlink;

sub finddepth {
    &File::Find::finddepth(\&wanted, @_);
}

1;

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0117 ]--