Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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 /
local /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
apcu-5.1.19
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
imagick
[ DIR ]
drwxr-xr-x
libsodium-2.0.23
[ DIR ]
drwxr-xr-x
maldetect-1.6.4
[ DIR ]
drwxr-xr-x
memcache-4.0.5.2
[ DIR ]
drwxr-xr-x
mod_rpaf-0.8.4
[ DIR ]
drwxrwxr-x
modsecurity-2.9.1
[ DIR ]
drwx------
pcre2-10.39
[ DIR ]
drwxr-xr-x
redis-5.3.7
[ DIR ]
drwxr-xr-x
xcache-3.2.0
[ DIR ]
drwxrwxr-x
acme.sh
1.01
KB
-rw-r--r--
apcu-5.1.19.tgz
94.32
KB
-rw-r--r--
cwp-el7-latest
45.6
KB
-rw-r--r--
libsodium.tgz
27.84
KB
-rw-r--r--
maldetect-current.tar.gz
1.48
MB
-rw-r--r--
memcache.tgz
73.3
KB
-rw-r--r--
modsecurity-2.9.1.tar.gz
4.06
MB
-rw-r--r--
package.xml
3.65
KB
-rw-r--r--
pcre2.zip
2.45
MB
-rw-r--r--
php_switch_pre.conf
83
B
-rw-r--r--
redis.tgz
268.75
KB
-rw-r--r--
v0.8.4.tar.gz
6.31
KB
-rw-r--r--
xcache-3.2.0.tar.gz
169.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : acme.sh
#!/usr/bin/env sh #https://github.com/acmesh-official/get.acme.sh _exists() { cmd="$1" if [ -z "$cmd" ] ; then echo "Usage: _exists cmd" return 1 fi if type command >/dev/null 2>&1 ; then command -v $cmd >/dev/null 2>&1 else type $cmd >/dev/null 2>&1 fi ret="$?" return $ret } if [ -z "$BRANCH" ]; then BRANCH="master" fi #format "email=my@example.com" _email="$1" if [ "$_email" ]; then shift _email="--$(echo "$_email" | tr '=' ' ')" fi _url="https://raw.githubusercontent.com/acmesh-official/acme.sh/$BRANCH/acme.sh" _get="" if _exists curl && [ "${ACME_USE_WGET:-0}" = "0" ]; then _get="curl -L" elif _exists wget ; then _get="wget -O -" else echo "Sorry, you must have curl or wget installed first." echo "Please install either of them and try again." exit 1 fi if ! $_get "$_url" | sh -s -- --install-online $_email "$@"; then echo "Install error" echo "中国大陆用户请参考:" echo "https://github.com/acmesh-official/acme.sh/wiki/Install-in-China" fi
Close