Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
home /
ayush23027 /
.nvm /
test /
fast /
Set Colors /
[ HOME SHELL ]
Name
Size
Permission
Action
nvm_echo_with_colors
342
B
-rwxr-xr-x
nvm_err_with_colors
331
B
-rwxr-xr-x
nvm_print_default_alias calls ...
581
B
-rwxr-xr-x
nvm_print_versions calls nvm_g...
1.07
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nvm_print_versions calls nvm_get_colors
#!/bin/sh \. ../../../nvm.sh set -e die () { # echo "$@" ; echo "Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<" exit 1 } cleanup() { if [ -n TEMP_NVM_COLORS ]; then export NVM_COLORS=TEMP_NVM_COLORS fi unset TEMP_NVM_COLORS } if [ -n ${NVM_COLORS} ]; then export TEMP_NVM_COLORS=NVM_COLORS unset NVM_COLORS fi # default system color nvm use system OUTPUT=$(nvm_print_versions system) FORMAT="\033[0;32m-> %12s\033[0m" VERSION='system' EXPECTED_OUTPUT=$(command printf -- "${FORMAT}\\n" "${VERSION}") [ "${OUTPUT}" = "${EXPECTED_OUTPUT}" ] || die nvm_ls_current() { echo "current";} # default current color OUTPUT=$(nvm_print_versions current) FORMAT="\033[0;32m-> %12s\033[0m" VERSION="current" EXPECTED_OUTPUT=$(command printf -- "${FORMAT}\\n" "${VERSION}") [ "${OUTPUT}" = "${EXPECTED_OUTPUT}" ] || die # custom current color nvm set-colors YCMGR OUTPUT=$(nvm_print_versions current) FORMAT="\033[1;35m-> %12s\033[0m" VERSION="current" EXPECTED_OUTPUT=$(command printf -- "${FORMAT}\\n" "${VERSION}") [ "${OUTPUT}" = "${EXPECTED_OUTPUT}" ] || die cleanup
Close