Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.145.57.5
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
nydus /
[ HOME SHELL ]
Name
Size
Permission
Action
.cache
[ DIR ]
drwx------
bin
[ DIR ]
drwxr-xr-x
delayqueue
[ DIR ]
drwxr-xr-x
executor
[ DIR ]
drwxr-xr-x
pyvenv
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
README.TXT
426
B
-rw-r--r--
install-nydus
900
B
-rwxr-xr-x
restart
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install-nydus
#!/bin/bash install -d ${NYDUS_PATH}/{bin,delayqueue,executor,ssl} install -d ${NYDUS_PATH}/executor/{queue,store} NYDUS_VENV=${NYDUS_PATH}/pyvenv ${PYTHON} -m venv ${NYDUS_VENV} . ${NYDUS_VENV}/bin/activate PIP_CONFIG_FILE=/etc/nydus/pip.conf pip install --upgrade "nydus${1}" export INSTALL_PATH=${NYDUS_VENV}/lib/$(basename ${PYTHON})/site-packages/nydus bash ${INSTALL_PATH}/scripts/post-install touch ${NYDUS_PATH}/restart cat > ${NYDUS_PATH}/README.TXT <<EOF Nydus refers to a pair of agent applications (nydus-ex and nydus-ex-api) running on your server that communicate with the server dashboard, providing resource metrics and performing server operations you've requested. The agent listens on port 2224. Because the server dashboard and upgrades rely on these applications, blocking port 2224 - or removing these applications from the server - stops these features from working. EOF
Close