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 /
install_script /
[ HOME SHELL ]
Name
Size
Permission
Action
install_nvm_from_git
4.03
KB
-rwxr-xr-x
nvm_check_global_modules
1.94
KB
-rwxr-xr-x
nvm_detect_profile
3.94
KB
-rwxr-xr-x
nvm_do_install
645
B
-rwxr-xr-x
nvm_download
527
B
-rw-r--r--
nvm_install_dir
677
B
-rwxr-xr-x
nvm_install_with_aliased_dot
454
B
-rwxr-xr-x
nvm_install_with_node_version
303
B
-rwxr-xr-x
nvm_profile_is_bash_or_zsh
817
B
-rwxr-xr-x
nvm_reset
1.34
KB
-rwxr-xr-x
nvm_source
3.04
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nvm_do_install
#!/bin/sh die () { echo "$@" ; exit 1; } NVM_ENV=testing \. ../../install.sh #nvm_do_install is available type nvm_do_install > /dev/null 2>&1 || die 'nvm_do_install is not available' FILE_PATH="$(pwd)/nvm_do_install" echo $FILE_PATH $(NVM_DIR="${FILE_PATH}" nvm_do_install >/dev/null 2>&1) EXIT_CODE=$(echo $?) [ "${EXIT_CODE}" = '1' ] || die "nvm_do_install should fail if NVM_DIR is a file: expected 1, got <${EXIT_CODE}>" ACTUAL="$(NVM_DIR="${FILE_PATH}" nvm_do_install 2>&1)" EXPECTED="File \"${FILE_PATH}\" has the same name as installation directory." [ "${ACTUAL}" = "${EXPECTED}" ] || die "got <${ACTUAL}>, expected <${EXPECTED}>"
Close