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 /
rohit20538 /
.nvm /
test /
sourcing /
[ HOME SHELL ]
Name
Size
Permission
Action
Sourcing nvm.sh global alias b...
863
B
-rwxr-xr-x
Sourcing nvm.sh should keep ve...
592
B
-rwxr-xr-x
Sourcing nvm.sh should use the...
1.13
KB
-rwxr-xr-x
Sourcing nvm.sh with --install...
850
B
-rwxr-xr-x
Sourcing nvm.sh with --install...
1
KB
-rwxr-xr-x
Sourcing nvm.sh with --no-use ...
992
B
-rwxr-xr-x
Sourcing nvm.sh with no defaul...
314
B
-rwxr-xr-x
setup
373
B
-rwxr-xr-x
teardown
112
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Sourcing nvm.sh global alias bug
#!/bin/sh die () { echo "$@" ; exit 1; } if [ -n "${ZSH_VERSION-}" ]; then # these are set by omz: https://github.com/ohmyzsh/ohmyzsh/tree/1ac40cd4456230f09bf0258b173304929d118992/plugins/common-aliases alias -g R='| less -S' alias -g G='| less -S' # these are set by yadr: https://github.com/skwp/dotfiles/blob/5c487de9b81cd4265ecc9df74477e410ffbda6a1/zsh/zsh-aliases.zsh alias -g C='| wc -l' alias -g H='| head' alias -g L="| less" alias -g N="| /dev/null" alias -g S='| sort' alias -g G='| grep' fi OUTPUT=$(\. ../../nvm.sh || echo 'sourcing returned nonzero exit code') UNEXPECTED_OUTPUT="sourcing returned nonzero exit code" [ "_$OUTPUT" != "_$UNEXPECTED_OUTPUT" ] || die "Sourcing nvm.sh should not fail" if [ -n "${ZSH_VERSION-}" ]; then unalias \R unalias \G unalias \C unalias \H unalias \L unalias \N unalias \S fi
Close