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 | : 13.59.252.174
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_reset
#!/bin/sh cleanup () { unset -f safe_type die cleanup } die () { echo "$@" ; cleanup ; exit 1; } safe_type() { type "$1" } # precondition: the names should be unset ! safe_type nvm_do_install || die 'nvm_do_install is still available' ! safe_type nvm_has || die 'nvm_has is still available' ! safe_type nvm_download || die 'nvm_download is still available' ! safe_type install_nvm_as_script || die 'install_nvm_as_script is still available' ! safe_type install_nvm_from_git || die 'install_nvm_from_git is still available' ! safe_type nvm_reset || die 'nvm_reset is still available' ! safe_type nvm_detect_profile || die 'nvm_detect_profile is still available' NVM_ENV=testing \. ../../install.sh # Check nvm_reset exists safe_type nvm_reset || die 'nvm_reset is not available' # Apply nvm_reset nvm_reset || die 'nvm_reset failed' # The names should be unset ! safe_type nvm_do_install || die 'nvm_do_install is still available' ! safe_type nvm_has || die 'nvm_has is still available' ! safe_type nvm_download || die 'nvm_download is still available' ! safe_type install_nvm_as_script || die 'install_nvm_as_script is still available' ! safe_type install_nvm_from_git || die 'install_nvm_from_git is still available' ! safe_type nvm_reset || die 'nvm_reset is still available' ! safe_type nvm_detect_profile || die 'nvm_detect_profile is still available' cleanup
Close