!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/bin/   drwxr-xr-x
Free 52.29 GB of 127.8 GB (40.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     lftpget (1.32 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/bin/sh # lftpget - get a file with lftp # Copyright (c) 1999-2000 Alexander V. Lukyanov # This file is covered by GNU GPL. See file COPYING for details. # $Id: lftpget,v 1.9 2006/05/18 06:31:27 lav Exp $ if [ $# -eq 0 ]; then echo "Usage: $0 [-c] [-d] [-v] URL [URL...]" echo " -c continue, reget" echo " -d debug output" echo " -v verbose messages" exit 1 fi INTRO="set cmd:at-exit;set xfer:max-redirections 16;" SCRIPT="" verbose=false while : do case "$1" in -*v*) verbose=true INTRO="$INTRO set cmd:verbose y;" ;; esac case "$1" in -*d*) INTRO="$INTRO debug 8;";; esac case "$1" in -*c*) CONT=-c;; -*[dv]*) ;; *) break;; esac shift done for f do need_pass=false case "$f" in "*[\"'\\]*") # need to quote f="`echo "$f" | sed 's/\([\\\"'\'']\)/\\\1/g'`" ;; esac case "$f" in "*://*:*@*") ;; "*://*@*") need_pass=true;; esac if $verbose; then SCRIPT="$SCRIPT echo Retrieving \`\"$f\"\'...;" fi if $need_pass; then SCRIPT="$SCRIPT echo \"$f\" needs password;" fi SCRIPT="$SCRIPT get1 $CONT \"$f\";" if $verbose; then SCRIPT="$SCRIPT && echo Got \`\"$f\"\'.;" fi done if [ "$SCRIPT" = "" ]; then echo "Usage: $0 URL [URL...]" >&2 exit 1 fi exec lftp -c "$INTRO $SCRIPT"

:: 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.0059 ]--