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 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /etc/rc.d/init.d/ drwxr-xr-x |
Viewing file: saslauthd (1.64 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | #! /bin/bash # # saslauthd Start/Stop the SASL authentication daemon. # # chkconfig: - 95 05 # description: saslauthd is a server process which handles plaintext \ # authentication requests on behalf of the cyrus-sasl library. # processname: saslauthd # Source function library. . /etc/init.d/functions # Source our configuration file for these variables. SOCKETDIR=/var/run/saslauthd MECH=shadow FLAGS= if [ -f /etc/sysconfig/saslauthd ] ; then . /etc/sysconfig/saslauthd fi RETVAL=0 # Set up some common variables before we launch into what might be # considered boilerplate by now. prog=saslauthd path=/usr/sbin/saslauthd # Ugh. Switch to a specific copy of saslauthd if there's one with $MECH # in its name, in case it wasn't included in the base cyrus-sasl package # because it would have dragged in too many undesirable dependencies. if test -x ${path}.${MECH} ; then path=/usr/sbin/saslauthd.$MECH fi start() { echo -n $"Starting $prog: " daemon $path -m $SOCKETDIR -a $MECH $FLAGS RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog return $RETVAL } stop() { echo -n $"Stopping $prog: " killproc $path RETVAL=$? echo [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$prog return $RETVAL } restart() { stop start } reload() { restart } rh_status_q() { status $prog >/dev/null 2>&1 } case "$1" in start) start ;; stop) stop ;; restart) restart ;; reload) rh_status_q || exit 7 reload ;; status) status $path ;; condrestart) [ -f /var/lock/subsys/$prog ] && restart || : ;; *) echo $"Usage: $0 {start|stop|status|reload|restart|condrestart}" exit 1 esac exit $? |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.006 ]-- |