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_default_alias calls nvm_get_colors
#!/bin/sh \. ../../../nvm.sh die () { # echo "$@" ; echo "Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<" exit 1 } set -e nvm_get_colors(){ echo "0;95m" } # nvm_print_default_alias call nvm_print_formatted_alias which calls nvm_get-colors # the output of nvm_print_default_alias uses the color code returned by nvm_get_colors (redefined above) OUTPUT=$(command printf %b $(nvm_print_default_alias node ./alias v14.7.0) | awk '{ print substr($0, 1, 11); }') EXPECTED_OUTPUT=$(command printf %b "\033[0;95mnode") [ "${OUTPUT}" = "${EXPECTED_OUTPUT}" ] || die set +e
Close